Hopefully fixed packr build

This commit is contained in:
Yair Morgenstern
2023-03-08 10:50:45 +02:00
parent 4e71b7c19f
commit 3c0af65931

View File

@ -25,7 +25,7 @@ jobs:
outputs:
version_tag: ${{ steps.tag.outputs.tag }}
release_body: ${{steps.read_release.outputs.release_body}}
release_body: ${{ steps.read_release.outputs.release_body }}
steps:
- uses: actions/checkout@v3
@ -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