Skip to content

Commit

Permalink
feat: update ci to use docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed May 10, 2023
1 parent d0493b3 commit 8fb7924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fb7924

Please sign in to comment.