Upload artifacts in release workflow

This commit is contained in:
Keenan Tims 2023-03-18 21:48:30 -07:00
parent 8034822ec8
commit d625a6ec07
Signed by: ktims
GPG Key ID: 11230674D69038D4

View File

@ -25,3 +25,10 @@ jobs:
with: with:
RUSTTARGET: ${{ matrix.target }} RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }} 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 }}