mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-08 01:54:02 +07:00
download jar after git setup
This commit is contained in:
parent
c856c4f8c5
commit
4a36d90796
12
.github/workflows/buildAndDeploy.yml
vendored
12
.github/workflows/buildAndDeploy.yml
vendored
@ -241,12 +241,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
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/setup-java@v3
|
||||
@ -257,6 +251,12 @@ jobs:
|
||||
- name: Setup Gradle
|
||||
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
|
||||
continue-on-error: true
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
|
Loading…
Reference in New Issue
Block a user