Skip to content

Commit

Permalink
tools/gha-release: Update (selfishly) to my current setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tmewett committed Jul 23, 2024
1 parent 2e7d33a commit 56f9f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/gha-release
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -exo pipefail
unzip windows-x86_64.zip
unzip BrogueCE-windows-x86_64.zip
cd BrogueCE-windows
wine brogue.exe
chmod +x brogue.exe
./brogue.exe
cd ..

unzip linux-x86_64.zip
Expand Down

0 comments on commit 56f9f2e

Please sign in to comment.