diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 063a10f5..2db9f70f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,13 +58,11 @@ jobs: runs-on: - self-hosted - Linux - - X64 + - ${{ matrix.architecture }} strategy: fail-fast: false matrix: - include: - - tauri-args: '--target x86_64-unknown-linux-gnu' - - tauri-args: '--target aarch64-unknown-linux-gnu' + architecture: [ARM64, X64] steps: - uses: actions/checkout@v4 with: @@ -103,8 +101,6 @@ jobs: uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - args: ${{ matrix.tauri-args }} # - name: Upload DEB # uses: actions/upload-release-asset@v1.0.2 # env: