mirror of
https://github.com/ktims/rs-aggregate.git
synced 2024-11-15 23:27:18 -08:00
Upload artifacts in release workflow
This commit is contained in:
parent
8034822ec8
commit
d625a6ec07
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -25,3 +25,10 @@ jobs:
|
||||
with:
|
||||
RUSTTARGET: ${{ matrix.target }}
|
||||
ARCHIVE_TYPES: ${{ matrix.archive }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Binary
|
||||
path: |
|
||||
${{ steps.compile.outputs.BUILT_ARCHIVE }}
|
||||
${{ steps.compile.outputs.BUILT_CHECKSUM }}
|
Loading…
Reference in New Issue
Block a user