Skip to content

Commit dbcb806

Browse files
committed
fixing releases action
1 parent 2ba753f commit dbcb806

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,12 @@ jobs:
3131
if: startsWith(github.ref, 'refs/tags/')
3232
with:
3333
files: build/nshptt_*
34-
body_path: RELEASEINFO.md
34+
body_path: RELEASEINFO.md
35+
36+
- name: Upload build artifacts
37+
if: always()
38+
uses: actions/upload-artifact@v3
39+
with:
40+
name: build
41+
path: ./build
42+
retention-days: 1

0 commit comments

Comments
 (0)