mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-26 07:39:44 +07:00
download jar after git setup
This commit is contained in:
12
.github/workflows/buildAndDeploy.yml
vendored
12
.github/workflows/buildAndDeploy.yml
vendored
@ -241,12 +241,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Download JAR
|
|
||||||
uses: actions/download-artifact@v3
|
|
||||||
# See 'Upload JAR' step in 'build' job
|
|
||||||
with:
|
|
||||||
name: UncivJar
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
@ -257,6 +251,12 @@ jobs:
|
|||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: gradle/gradle-build-action@v2.3.3
|
uses: gradle/gradle-build-action@v2.3.3
|
||||||
|
|
||||||
|
- name: Download JAR
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
# See 'Upload JAR' step in 'build' job
|
||||||
|
with:
|
||||||
|
name: UncivJar
|
||||||
|
|
||||||
- name: Upload to itch.io
|
- name: Upload to itch.io
|
||||||
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/')
|
||||||
|
Reference in New Issue
Block a user