From 9e96489eb762a06f5256a838af90cb6e7035f387 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Wed, 10 May 2023 23:10:02 +0100 Subject: [PATCH] feat: update ci to use docker container --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7cc37f4d..a9e90c2c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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