Skip to content

Commit

Permalink
Revert "attempt 2"
Browse files Browse the repository at this point in the history
This reverts commit 01948b0.
  • Loading branch information
t-aleksander committed Sep 30, 2024
1 parent 5cf9a81 commit 039a262
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/[email protected]
# env:
Expand Down

0 comments on commit 039a262

Please sign in to comment.