From 97bf88b4c6fc6da9db9e15632185a8107c3cc7ee Mon Sep 17 00:00:00 2001 From: Wassim Metallaoui Date: Sat, 8 Jun 2024 15:58:07 -0500 Subject: [PATCH] fix: try draft again --- .github/workflows/release.yml | 4 +++- blahs.txt | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 blahs.txt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bc8c3c..2901a0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: release on: release: types: [created] + push: jobs: release: @@ -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 @@ -59,5 +60,6 @@ jobs: - name: Publish GitHub release uses: softprops/action-gh-release@v2 with: + draft: true files: | ${{ matrix.platform.bin }}-* diff --git a/blahs.txt b/blahs.txt new file mode 100644 index 0000000..e69de29