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 11, 2023
1 parent ccbacdb commit 715780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ 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/appimage/*.AppImage"
"./src-tauri/target/release/bundle/appimage/*.AppImage"
retention-days: 5
if-no-files-found: error

Expand Down

0 comments on commit 715780f

Please sign in to comment.