Skip to content

Commit

Permalink
fix .itch.toml copy
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 1, 2024
1 parent ce3809f commit a0ecba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
run: 'python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/Blades of Exile/BoE Character Editor.app"'
if: ${{ matrix.os.name == 'macos' }}

- run: cp .itch.toml build/Blades of Exile/.itch.toml
- run: cp .itch.toml "build/Blades of Exile/"
shell: bash

- name: 'Tar unsigned files'
run: 'tar -cvf cboe-${{ matrix.os.name }}${{ matrix.os.suffix }}-${{ matrix.configuration }}-unsigned.tar "Blades of Exile"'
Expand Down

0 comments on commit a0ecba9

Please sign in to comment.