diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24e722da..f7c437bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,18 +93,6 @@ jobs: with: workspaces: "./src-tauri -> target" - #- name: Install dependencies (ubuntu only) - # if: matrix.platform == 'ubuntu-latest' - # run: | - # sudo apt-get update - # sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - # - #- name: Install dependencies (PNPM) - # run: | - # npm install -g pnpm - # npm install -g typescript - # pnpm install - - name: Build the app if: matrix.platform == 'windows-latest' || matrix.platform == 'macos-latest' uses: JonasKruckenberg/tauri-build@v1.2.3 @@ -133,25 +121,12 @@ jobs: with: 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,AppImage}" - + path: | + "src-tauri/target/release/bundle/deb/*.deb" + "src-tauri/target/release/bundle/appimage/*.AppImage" retention-days: 5 if-no-files-found: error - #- name: Build the app - # uses: tauri-apps/tauri-action@v0 - # env: - # GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} - # TAURI_PRIVATE_KEY: ${{ env.TAURI_PRIVATE_KEY }} - # TAURI_KEY_PASSWORD: ${{ env.TAURI_KEY_PASSWORD }} - # with: - # # tauri-action replaces \_\_VERSION\_\_ with the app version - # tagName: eyetrackvr-v__VERSION__ - # releaseName: "EyeTrackApp v__VERSION__" # name of the release - # releaseBody: "See the assets to download this version and install." # message to include in the release - # releaseDraft: true # set to false to publish the release as a finished product - # prerelease: false # set to true to mark the release as a pre-release - deploy: runs-on: ubuntu-latest name: Deploy