Skip to content

Commit

Permalink
upload signatures right next to binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Sep 28, 2023
1 parent e58a5a4 commit b2303da
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,23 +130,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: siren-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.zip.asc
path: artifacts/siren-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.zip.asc

# - name: Upload signature (aarch64-unknown-linux-gnu)
# uses: actions/upload-artifact@v3
# with:
# name: siren-${{ needs.extract-version.outputs.VERSION }}-aarch64-unknown-linux-gnu.zip.asc
# path: artifacts//siren-${{ needs.extract-version.outputs.VERSION }}-aarch64-unknown-linux-gnu.zip.asc
# - name: Upload signature (x86_64-unknown-linux-gnu)
# uses: actions/upload-artifact@v3
# with:
# name: siren-${{ needs.extract-version.outputs.VERSION }}-x86_64-unknown-linux-gnu.zip.asc
# path: artifacts/siren-${{ needs.extract-version.outputs.VERSION }}-x86_64-unknown-linux-gnu.zip.asc
# - name: Upload signature (x86_64-windows)
# uses: actions/upload-artifact@v3
# with:
# name: siren-${{ needs.extract-version.outputs.VERSION }}-x86_64-windows.zip.asc
# path: artifacts/siren-${{ needs.extract-version.outputs.VERSION }}-x86_64-windows.zip.asc
path: ./siren-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.zip.asc

draft-release:
name: Draft Release
Expand Down Expand Up @@ -234,4 +218,4 @@ jobs:
assets+=("-a" "$asset/$asset")
done
tag_name="${{ env.VERSION }}"
echo "$body" | hub release create --draft "${assets[@]}" -F "-" "$tag_name"
echo "$body" | hub release create --draft "${assets[@]}" -F "-" "$tag_name"

0 comments on commit b2303da

Please sign in to comment.