Merge pull request #695 from squidbus/mac-translations

ci: Remove translations folder from Windows/macOS upload.
This commit is contained in:
georgemoralis 2024-09-01 00:17:40 +03:00 committed by GitHub
commit 930e23af2a
2 changed files with 0 additions and 2 deletions

View file

@ -50,7 +50,6 @@ jobs:
run: | run: |
mkdir upload mkdir upload
mv ${{github.workspace}}/build/shadps4.app upload mv ${{github.workspace}}/build/shadps4.app upload
mv ${{github.workspace}}/build/translations upload
macdeployqt upload/shadps4.app macdeployqt upload/shadps4.app
tar cf shadps4-macos-qt.tar.gz -C upload . tar cf shadps4-macos-qt.tar.gz -C upload .

View file

@ -40,7 +40,6 @@ jobs:
run: | run: |
mkdir upload mkdir upload
move build/Release/shadPS4.exe upload move build/Release/shadPS4.exe upload
move build/translations upload
windeployqt --dir upload upload/shadPS4.exe windeployqt --dir upload upload/shadPS4.exe
- name: Upload executable - name: Upload executable