Evaluate gdscript code
Diffstat (limited to '.github/workflows/export.yml')
| -rw-r--r-- | .github/workflows/export.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index d3a34af..aa81594 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -26,21 +26,9 @@ jobs: strategy: matrix: include: - - name: Windows export - platform: windows - - name: Linux export platform: linux - - name: Mac export - platform: mac - - - name: Web export - platform: web - - - name: Android export - platform: android - steps: - name: Build (Windows) if: matrix.platform == 'windows' @@ -64,18 +52,3 @@ jobs: with: android-keystore-base64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }} android-password: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }} - - push-itch: - needs: [export] - name: Push to itch.io - runs-on: ubuntu-20.04 - steps: - - name: Check for api key - id: secret - run: echo '::set-output name=secret::${{ secrets.BUTLER_CREDENTIALS }}' - - - name: Push - if: steps.secret.outputs.secret - uses: bend-n/godot-actions/.github/actions/itch-push@main - with: - api-key: ${{ secrets.BUTLER_CREDENTIALS }} |