Skip to content

Commit 9032906

Browse files
update: github workflow
1 parent fd6a60c commit 9032906

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
archive: zip
2121
steps:
2222
- uses: actions/checkout@master
23-
- name: Compile and release
23+
- name: Compile
24+
id: compile
2425
uses: rust-build/rust-build.action@v1.4.5
2526
env:
2627
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -30,7 +31,7 @@ jobs:
3031
- name: Upload artifact
3132
uses: actions/upload-artifact@v3
3233
with:
33-
name: Binary
34+
name: gcs
3435
path: |
3536
${{ steps.compile.outputs.BUILT_ARCHIVE }}
3637
${{ steps.compile.outputs.BUILT_CHECKSUM }}

0 commit comments

Comments
 (0)