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 f629258 commit 60aa80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
name: ${{ matrix.platform }}-software
#path: "./ESP/.pio/build/${{ matrix.target_name }}${{ matrix.target_build_type }}/${{ env.FIRMWARE_NAME }}.bin"
path: |
"/home/runner/work/jsketcher/jsketcher/src-tauri/target/release/bundle/**/*.{deb,AppImage}"
"/home/runner/work/jsketcher/jsketcher/src-tauri/target/release/bundle/**/*.AppImage"
"/home/runner/work/jsketcher/jsketcher/src-tauri/target/release/bundle/**/*.deb"
retention-days: 5
if-no-files-found: error

Expand Down

0 comments on commit 60aa80d

Please sign in to comment.