mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-27 08:09:21 +07:00
Hopefully fixed packr build
This commit is contained in:
3
.github/workflows/buildAndDeploy.yml
vendored
3
.github/workflows/buildAndDeploy.yml
vendored
@ -231,11 +231,10 @@ jobs:
|
||||
with:
|
||||
name: UncivJar
|
||||
|
||||
- name: Upload to itch.io
|
||||
- name: Packr build
|
||||
continue-on-error: true
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
mkdir deploy
|
||||
mkdir -p desktop/build/libs
|
||||
mv UncivJar/Unciv.jar desktop/build/libs
|
||||
|
||||
|
Reference in New Issue
Block a user