Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Upload artifact sha1sum
  • Loading branch information
gwbres authored Dec 27, 2023
1 parent 192eb87 commit 0170397
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,14 @@ jobs:
name: ${{ env.ASSET }}
path: |
${{ env.ASSET }}
- name: Upload artifacts (cksum)
uses: actions/upload-artifact@v3
with:
name: ${{ env.ASSET_SUM }}
path: |
${{ env.ASSET_SUM }}
release:
runs-on: ubuntu-latest
needs: ['build']
Expand Down

0 comments on commit 0170397

Please sign in to comment.