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: outputs:
version_tag: ${{ steps.tag.outputs.tag }} version_tag: ${{ steps.tag.outputs.tag }}
release_body: ${{steps.read_release.outputs.release_body}} release_body: ${{ steps.read_release.outputs.release_body }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -231,11 +231,10 @@ jobs:
with: with:
name: UncivJar name: UncivJar
- name: Upload to itch.io - name: Packr build
continue-on-error: true continue-on-error: true
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: | run: |
mkdir deploy
mkdir -p desktop/build/libs mkdir -p desktop/build/libs
mv UncivJar/Unciv.jar desktop/build/libs mv UncivJar/Unciv.jar desktop/build/libs