Skip to content

Commit

Permalink
Release v2 (#12)
Browse files Browse the repository at this point in the history
Try another plugin
  • Loading branch information
wawrzek authored Jul 12, 2024
1 parent ae05f9b commit ad92357
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
cat target/release/enclave_measurement.txt >> $GITHUB_STEP_SUMMARY
- name: Make release
uses: softprops/action-gh-release@v2
uses: ncipollo/release-action@v1
with:
files: |
target/release/service
target/release/glove.eif
make_latest: true
artifacts: target/release/service, target/release/glove.eif
makeLatest: true
prerelease: true # For now

0 comments on commit ad92357

Please sign in to comment.