Upload in the same steps
This commit is contained in:
parent
d35c191f51
commit
05baecccc1
|
@ -49,23 +49,10 @@ jobs:
|
||||||
name: "${{ github.event.repository.name }}-win64.zip"
|
name: "${{ github.event.repository.name }}-win64.zip"
|
||||||
path: "${{ github.workspace }}/bin/*-win64.zip"
|
path: "${{ github.workspace }}/bin/*-win64.zip"
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
deploy:
|
|
||||||
name: Deploy - Itch.io
|
|
||||||
needs: [package]
|
|
||||||
if: always() && github.event_name == 'release'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: mkdir build -p
|
|
||||||
# - uses: actions/download-artifact@v3
|
|
||||||
# with:
|
|
||||||
# name: kjam-2023.love
|
|
||||||
# path: ./build/kjam-2023.love
|
|
||||||
- uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
path: ./build
|
|
||||||
- name: Look around
|
- name: Look around
|
||||||
run: ls -lR build
|
run: ls -lR build
|
||||||
- uses: KikimoraGames/itch-publish@v0.0.3
|
- uses: KikimoraGames/itch-publish@v0.0.3
|
||||||
|
if: always() && github.event_name == 'release'
|
||||||
with:
|
with:
|
||||||
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
||||||
gameData: ./build/kjam-2023.love
|
gameData: ./build/kjam-2023.love
|
||||||
|
|
Loading…
Reference in New Issue
Block a user