Skip to content

Commit

Permalink
Updated .github-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Oct 17, 2024
1 parent a47fdb2 commit e5f8497
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-amd64
chmod +x ./bin/*
# Build packages
( HOME="$(pwd)" FIM_DEBUG=1 ./deploy/makeself-gameimage.sh )
( HOME="$(pwd)" FIM_DEBUG=1 ./deploy/flatimage-alpine.sh )
# Create dist folder
mkdir -p dist
mv ./build/gameimage.run dist
# Create SHA for gameimage.run
( cd dist && sha256sum gameimage.run > gameimage.run.sha256sum )
mv ./build/gameimage dist/gameimage.flatimage
# Create SHA for gameimage.flatimage
( cd dist && sha256sum gameimage.flatimage > gameimage.flatimage.sha256sum )
- name: Set permissions for dist directory
run: |
Expand Down

0 comments on commit e5f8497

Please sign in to comment.