Skip to content

Commit

Permalink
attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Sep 28, 2024
1 parent 23d2dea commit 01948b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ jobs:
runs-on:
- self-hosted
- Linux
- ${{ matrix.architecture }}
- X64
strategy:
fail-fast: false
matrix:
architecture: [ARM64, X64]
include:
- tauri-args: '--target x86_64-unknown-linux-gnu'
- tauri-args: '--target aarch64-unknown-linux-gnu'
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -101,6 +103,8 @@ jobs:
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: ${{ matrix.tauri-args }}
# - name: Upload DEB
# uses: actions/[email protected]
# env:
Expand Down

0 comments on commit 01948b0

Please sign in to comment.