diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbf3e539..56140d10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -134,8 +134,8 @@ jobs: name: ${{ matrix.platform }}-software #path: "./ESP/.pio/build/${{ matrix.target_name }}${{ matrix.target_build_type }}/${{ env.FIRMWARE_NAME }}.bin" path: | - "src-tauri/target/release/bundle/**/*.[[dD][eE][bB]|[aA][pP][pP]|[aA][pP][pP][iI][mM][aA][gG][eE]|[mM][sS][iI]|[dD][mM][gG]|[pP][kK][gG]|[tT][aA][rR].[gG][zZ]|[tT][aA][rR].[gG][zZ].[bB][zZ][2]]" - + "src-tauri/target/release/bundle/**/*" + retention-days: 5 if-no-files-found: error