itch manifest must be cross-platform

This commit is contained in:
2024-11-01 11:58:58 -05:00
parent 20ac8b420c
commit 2d782933bc
2 changed files with 1 additions and 2 deletions

View File

@@ -97,8 +97,7 @@ jobs:
run: 'python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/Blades of Exile/BoE Character Editor.app"'
if: ${{ matrix.os.name == 'macos' }}
- run: cp .itch.windows.toml build/Blades of Exile/.itch.toml
if: ${{ matrix.os.name == 'windows' }}
- run: cp .itch.toml build/Blades of Exile/.itch.toml
- name: 'Tar unsigned files'
run: 'tar -cvf cboe-${{ matrix.os.name }}${{ matrix.os.suffix }}-${{ matrix.configuration }}-unsigned.tar "Blades of Exile"'