Update switch_builds.yml

This commit is contained in:
Nguyen Truong An 2025-02-25 16:00:58 +01:00 committed by GitHub
parent 8c40e35704
commit 60548646b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,11 +33,8 @@ jobs:
run: |
scons -j2 verbose=yes warnings=all werror=no platform=switch target=release tools=no
- name: Save Godot build cache
uses: ./.github/actions/godot-cache-save
- uses: actions/upload-artifact@v2
with:
cache-name: ${{ matrix.cache-name }}
continue-on-error: true
- name: Upload artifact
uses: ./.github/actions/upload-artifact
name: ${{ github.job }}
path: bin/*
retention-days: 14