diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index ad0dc19..07330db 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -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 @@ -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