Skip to content

Commit

Permalink
fix: try draft again
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 8, 2024
1 parent 33b8b5d commit 97bf88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: release
on:
release:
types: [created]
push:

jobs:
release:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
cd -
- name: Generate SHA-256 for binary
run: shasum -a 256 > ${{ matrix.platform.bin }}-${{ matrix.platform.name }}-sha.txt
run: shasum -a 256 ${{ matrix.platform.bin }} > ${{ matrix.platform.bin }}-${{ matrix.platform.name }}-sha.txt

- name: Publish release artifacts
uses: actions/upload-artifact@v4
Expand All @@ -59,5 +60,6 @@ jobs:
- name: Publish GitHub release
uses: softprops/action-gh-release@v2
with:
draft: true
files: |
${{ matrix.platform.bin }}-*
Empty file added blahs.txt
Empty file.

0 comments on commit 97bf88b

Please sign in to comment.