diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 5d6327cf61..a0b89bb7d5 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -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/')