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 765b708 commit 9e96489
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 @@ -132,7 +132,7 @@ jobs:
with:
name: ${{ matrix.platform }}-software
#path: "./ESP/.pio/build/${{ matrix.target_name }}${{ matrix.target_build_type }}/${{ env.FIRMWARE_NAME }}.bin"
path: "target/build/"
path: "/workspace/src-tauri/target/release/bundle/**/*{.deb,.AppImage,.msi,.tar.gz,.zip}"
retention-days: 5
if-no-files-found: error

Expand Down

0 comments on commit 9e96489

Please sign in to comment.