Skip to content

Commit

Permalink
Modify pipeline to have only step needed
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbigniauxBenoit committed Mar 25, 2024
1 parent 6d3b641 commit e755fb9
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,38 +46,6 @@ jobs:
with:
name: HTML5
path: /home/runner/.local/share/godot/archives/HTML5.zip
- name: Upload Linux
uses: actions/upload-artifact@v4
with:
name: LinuxX11
path: /home/runner/.local/share/godot/archives/LinuxX11.zip
- name: Upload Windows
uses: actions/upload-artifact@v4
with:
name: Windows
path: /home/runner/.local/share/godot/archives/Windows.zip
- name: Upload MacOS
uses: actions/upload-artifact@v4
with:
name: macOS
path: /home/runner/.local/share/godot/archives/macOS.zip

deploy-to-itchio-linux:
runs-on: ubuntu-latest
needs: export-game
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: LinuxX11
- name: Deploy to Itch.io (Windows)
uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
CHANNEL: linux
ITCH_GAME: ${{ secrets.ITCHIO_GAME }}
ITCH_USER: ${{ secrets.ITCHIO_USERNAME }}
PACKAGE: LinuxX11.zip

deploy-to-itchio-windows:
runs-on: ubuntu-latest
Expand All @@ -96,23 +64,6 @@ jobs:
ITCH_USER: ${{ secrets.ITCHIO_USERNAME }}
PACKAGE: Windows.zip

deploy-to-itchio-mac:
runs-on: ubuntu-latest
needs: export-game
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: macOS
- name: Deploy to Itch.io (MacOS)
uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
CHANNEL: mac
ITCH_GAME: ${{ secrets.ITCHIO_GAME }}
ITCH_USER: ${{ secrets.ITCHIO_USERNAME }}
PACKAGE: macOS.zip

deploy-to-itchio-web:
runs-on: ubuntu-latest
needs: export-game
Expand Down

0 comments on commit e755fb9

Please sign in to comment.