edit itchio publish
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneLinux64, 6000.0.37f1) (push) Successful in 28m1s
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneWindows64, 6000.0.37f1) (push) Successful in 21m20s
Build project / Publish to itch.io (StandaloneLinux64) (push) Failing after 1s
Build project / Publish to itch.io (StandaloneWindows64) (push) Failing after 1s
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneLinux64, 6000.0.37f1) (push) Successful in 28m1s
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneWindows64, 6000.0.37f1) (push) Successful in 21m20s
Build project / Publish to itch.io (StandaloneLinux64) (push) Failing after 1s
Build project / Publish to itch.io (StandaloneWindows64) (push) Failing after 1s
This commit is contained in:
parent
6fbcccc779
commit
3628e71714
@ -37,7 +37,6 @@ jobs:
|
|||||||
- name: Clean Library and Build folder
|
- name: Clean Library and Build folder
|
||||||
run: |
|
run: |
|
||||||
rm -rf Library
|
rm -rf Library
|
||||||
rm -rf build
|
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -123,11 +122,17 @@ jobs:
|
|||||||
- StandaloneWindows64
|
- StandaloneWindows64
|
||||||
- StandaloneLinux64
|
- StandaloneLinux64
|
||||||
steps:
|
steps:
|
||||||
|
- name: Copy build zip to current directory
|
||||||
|
run: |
|
||||||
|
ls /tmp
|
||||||
|
ls /tmp/zipped_builds
|
||||||
|
cp /tmp/zipped_builds/build_${{ matrix.targetPlatform }}.zip
|
||||||
|
|
||||||
- name: Publish to itch.io
|
- name: Publish to itch.io
|
||||||
uses: KikimoraGames/itch-publish@v0.0.3
|
uses: KikimoraGames/itch-publish@v0.0.3
|
||||||
with:
|
with:
|
||||||
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
||||||
gameData: /tmp/zipped_builds/build_${{ matrix.targetPlatform }}.zip
|
gameData: ./build_${{ matrix.targetPlatform }}.zip
|
||||||
itchUsername: ${{ env.ITCH_USERNAME }}
|
itchUsername: ${{ env.ITCH_USERNAME }}
|
||||||
itchGameId: ${{ env.ITCH_GAME_ID }}
|
itchGameId: ${{ env.ITCH_GAME_ID }}
|
||||||
buildChannel: ${{ matrix.targetPlatform }}
|
buildChannel: ${{ matrix.targetPlatform }}
|
||||||
|
Loading…
Reference in New Issue
Block a user