mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-22 11:21:18 +02:00
Update switch_builds.yml
This commit is contained in:
parent
8c40e35704
commit
60548646b9
11
.github/workflows/switch_builds.yml
vendored
11
.github/workflows/switch_builds.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user