mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 12:48:56 +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:
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user