mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
Hopefully fixed packr build
This commit is contained in:
5
.github/workflows/buildAndDeploy.yml
vendored
5
.github/workflows/buildAndDeploy.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user