diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index b503da443..cd7f0c20b 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -201,7 +201,7 @@ jobs: permissions: contents: write packages: read - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -324,6 +324,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }} + NO_STRIP: "true" with: projectPath: packages/desktop tagName: ${{ env.RELEASE_TAG }}