From 60548646b9f0c777a72e96a2cc5aae8052de5705 Mon Sep 17 00:00:00 2001 From: Nguyen Truong An <79207918+flashshare@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:00:58 +0100 Subject: [PATCH] Update switch_builds.yml --- .github/workflows/switch_builds.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/switch_builds.yml b/.github/workflows/switch_builds.yml index 6e7811c99..bbc49b93a 100644 --- a/.github/workflows/switch_builds.yml +++ b/.github/workflows/switch_builds.yml @@ -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