Skip to content

Commit

Permalink
try nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag committed Apr 11, 2024
1 parent e21b163 commit cc4937b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,12 @@ jobs:
with:
name: ${{ matrix.asset }}
path: ./${{ matrix.asset }}.tar.gz

- name: nightly release
uses: softprops/action-gh-release@v2
with:
prerelease: true
name: nightly
tag_name: nightly
files: ${{ matrix.asset }}.tar.gz
fail_on_unmatched_files: true

0 comments on commit cc4937b

Please sign in to comment.