Skip to content

Commit fd6a60c

Browse files
update: github workflow
1 parent b7f6cc3 commit fd6a60c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
with:
2828
RUSTTARGET: ${{ matrix.target }}
2929
ARCHIVE_TYPES: ${{ matrix.archive }}
30-
- name: Upload archive
31-
uses: actions/upload-artifact@v1
30+
- name: Upload artifact
31+
uses: actions/upload-artifact@v3
3232
with:
33-
name: ${{ matrix.archive-name }}
34-
path: archive/${{ matrix.archive-name }}
33+
name: Binary
34+
path: |
35+
${{ steps.compile.outputs.BUILT_ARCHIVE }}
36+
${{ steps.compile.outputs.BUILT_CHECKSUM }}

0 commit comments

Comments
 (0)