File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - platform : ' windows-11-arm'
3939 args : ' --debug'
4040 - platform : ' ubuntu-22.04'
41- args : ' --apk true --split-per-abi --target aarch64 --target armv7 --debug'
41+ args : ' --apk --split-per-abi --target aarch64 --target armv7 --debug'
4242 mobile : ' android'
4343 runs-on : ${{ matrix.platform }}
4444 steps :
@@ -121,7 +121,7 @@ jobs:
121121
122122 # ---------------- Tauri -----------------
123123 - name : Build Tauri Project
124- uses : tauri-apps/tauri-action@e3ec38d49ea445df6d61ebaf015a85b1846b63f3
124+ uses : tauri-apps/tauri-action@8236c82510173ef930d644f38790c4cf3fd43cf2
125125 env :
126126 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127127 NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
Original file line number Diff line number Diff line change 3737 - platform : ' windows-11-arm'
3838 args : ' '
3939 - platform : ' ubuntu-22.04'
40- args : ' --apk true --split-per-abi --target aarch64 --target armv7'
40+ args : ' --apk --split-per-abi --target aarch64 --target armv7'
4141 mobile : ' android'
4242 runs-on : ${{ matrix.platform }}
4343 steps :
@@ -142,7 +142,7 @@ jobs:
142142
143143 # ---------------- Tauri -----------------
144144 - name : Build Tauri Project
145- uses : tauri-apps/tauri-action@e3ec38d49ea445df6d61ebaf015a85b1846b63f3
145+ uses : tauri-apps/tauri-action@8236c82510173ef930d644f38790c4cf3fd43cf2
146146 env :
147147 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
148148 NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
You can’t perform that action at this time.
0 commit comments