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 fce1a63 commit b7f6cc3Copy full SHA for b7f6cc3
.github/workflows/build.yml
.github/workflows/release.yml
@@ -26,4 +26,9 @@ jobs:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
with:
28
RUSTTARGET: ${{ matrix.target }}
29
- ARCHIVE_TYPES: ${{ matrix.archive }}
+ 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