Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GearsDatapacks committed Nov 2, 2024
1 parent 27013ec commit e43b31a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,6 @@ jobs:
openssl dgst -r -sha512 -out "$ARCHIVE".sha512 "$ARCHIVE"
echo "ASSET=$ARCHIVE" >> $GITHUB_ENV
- name: Ensure binary successfully boots
shell: bash
run: |
case "${{ matrix.target }}" in
x86_64-pc-windows-msvc)
7z x "$ASSET"
./zoglin.exe --version ;;
aarch64*)
echo "We cannot test an ARM binary on a AMD64 runner" ;;
*)
tar -xvzf "$ASSET"
./zoglin --version ;;
esac
- name: Upload release archive
# https://github.com/softprops/action-gh-release/issues/445
# uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit e43b31a

Please sign in to comment.