Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed Sep 27, 2023
1 parent 3b67007 commit 253fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
name: server
- name: Generate release notes
run: 'echo -e "$(cat ../metadata/en-US/changelogs/$(bash ./script/get_version.sh -c).txt)\n---\nsha256sum:\n$(ls *.apk): ${app_hash}\n$(ls *.exe): ${server_hash}\n" > notes'
run: 'echo -e "$(cat ./metadata/en-US/changelogs/$(bash ./script/get_version.sh -c).txt)\n---\nsha256sum:\n$(ls *.apk): ${app_hash}\n$(ls *.exe): ${server_hash}\n" > notes'
env:
app_hash: ${{ needs.build_app.outputs.hash }}
server_hash: ${{ needs.build_server.outputs.hash }}
Expand Down

0 comments on commit 253fe8d

Please sign in to comment.