Skip to content

Commit

Permalink
fixing releases action
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Jan 15, 2025
1 parent 2ba753f commit dbcb806
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/nshptt_*
body_path: RELEASEINFO.md
body_path: RELEASEINFO.md

- name: Upload build artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: build
path: ./build
retention-days: 1

0 comments on commit dbcb806

Please sign in to comment.