We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7969d8 commit 4eeb9d1Copy full SHA for 4eeb9d1
.github/workflows/build&publish.yml
@@ -24,13 +24,7 @@ jobs:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
with:
26
RUSTTARGET: ${{ matrix.target }}
27
+ TOOLCHAIN_VERSION: stable
28
EXTRA_FILES: "README.md readme-chinese.md LICENSE"
29
ARCHIVE_TYPES: ${{ matrix.archive }}
- UPLOAD_MODE: none
30
- - name: Upload artifact
31
- uses: actions/upload-artifact@v3
32
- with:
33
- name: Binary
34
- path: |
35
- ${{ steps.compile.outputs.BUILT_ARCHIVE }}
36
- ${{ steps.compile.outputs.BUILT_CHECKSUM }}
+ UPLOAD_MODE: release
0 commit comments