Skip to content

Commit d4b1ebb

Browse files
committed
chore: the linux release chnage to tauri version
1 parent d8ab123 commit d4b1ebb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- os: macos-latest
1919
platform: darwin
2020
arch: arm64
21-
- os: ubuntu-latest
22-
platform: linux
23-
arch: x64
21+
# - os: ubuntu-latest
22+
# platform: linux
23+
# arch: x64
2424
runs-on: ${{ matrix.os }}
2525

2626
steps:
@@ -157,8 +157,8 @@ jobs:
157157
fail-fast: false
158158
matrix:
159159
include:
160-
# - platform: 'ubuntu-22.04'
161-
# args: ''
160+
- platform: 'ubuntu-22.04'
161+
args: ''
162162
- platform: 'windows-latest'
163163
args: ''
164164
# - platform: 'macos-latest' # for Arm based macs (M1 and above).

0 commit comments

Comments
 (0)