Skip to content

Commit 4eeb9d1

Browse files
committed
工具链切换到 Rust Stable
1 parent b7969d8 commit 4eeb9d1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build&publish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:
2626
RUSTTARGET: ${{ matrix.target }}
27+
TOOLCHAIN_VERSION: stable
2728
EXTRA_FILES: "README.md readme-chinese.md LICENSE"
2829
ARCHIVE_TYPES: ${{ matrix.archive }}
29-
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 }}
30+
UPLOAD_MODE: release

0 commit comments

Comments
 (0)