mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 20:48:49 -04:00
Split itch upload to separate job - test2
This commit is contained in:
parent
a1b65487a4
commit
bc0706a30a
7
.github/workflows/buildAndDeploy.yml
vendored
7
.github/workflows/buildAndDeploy.yml
vendored
@ -136,10 +136,10 @@ jobs:
|
|||||||
|
|
||||||
## DESKTOP
|
## DESKTOP
|
||||||
|
|
||||||
- name: 'Upload JAR'
|
- name: Upload JAR
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Unciv.jar
|
name: UncivJar
|
||||||
path: desktop/build/libs/Unciv.jar
|
path: desktop/build/libs/Unciv.jar
|
||||||
|
|
||||||
- name: Unzip zips for steam deployment
|
- name: Unzip zips for steam deployment
|
||||||
@ -247,8 +247,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Download JAR
|
- name: Download JAR
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
# See 'Upload JAR' step in 'build' job
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: UncivJar
|
||||||
|
|
||||||
- name: Upload to itch.io
|
- name: Upload to itch.io
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user