download jar after git setup

This commit is contained in:
Yair Morgenstern 2023-03-08 08:51:05 +02:00
parent c856c4f8c5
commit 4a36d90796

View File

@ -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/')