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 278cf82 commit f629258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +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/deb/*.deb"
"src-tauri/target/release/bundle/appimage/*.AppImage"
"/home/runner/work/jsketcher/jsketcher/src-tauri/target/release/bundle/**/*.{deb,AppImage}"
retention-days: 5
if-no-files-found: error

Expand Down

0 comments on commit f629258

Please sign in to comment.