Skip to content

Commit b7f6cc3

Browse files
update: github workflow
1 parent fce1a63 commit b7f6cc3

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
with:
2828
RUSTTARGET: ${{ matrix.target }}
29-
ARCHIVE_TYPES: ${{ matrix.archive }}
29+
ARCHIVE_TYPES: ${{ matrix.archive }}
30+
- name: Upload archive
31+
uses: actions/upload-artifact@v1
32+
with:
33+
name: ${{ matrix.archive-name }}
34+
path: archive/${{ matrix.archive-name }}

0 commit comments

Comments
 (0)