Skip to content

Commit

Permalink
directory shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetro48 committed Jan 30, 2024
1 parent 6532696 commit 911a37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
(cd ./win32 && zip -r9 ../cambridge_windows_x86.zip * -x ./win32/love.exe)
(cd ./windows && zip -r9 ../cambridge_windows_x64.zip * -x ./windows/love.exe)
(cd ./win_aarch64 && zip -r9 ../cambridge_windows_aarch64_experimental.zip * -x love.exe lovec.exe)
(cd ./other && zip -r9 ../cambridge_other.zip SOURCES.md LICENSE.md cambridge.love libs)
(cd ../ && zip -r9 ./dist/cambridge_other.zip SOURCES.md LICENSE.md cambridge.love libs)
(cd ./linux && zip -r9 ../cambridge_linux_x64.zip cambridge_linux_x64.AppImage SOURCES.md LICENSE.md && zip -r9 ../cambridge_linux_experimental.zip cambridge_linux_experimental.AppImage SOURCES.md LICENSE.md)
- name: Cleanup
run: |
Expand Down

0 comments on commit 911a37e

Please sign in to comment.