fix(tauri): set no strip to true because of linuxdeploy
This commit is contained in:
@@ -56,6 +56,7 @@ jobs:
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NO_STRIP: true # https://github.com/tauri-apps/tauri/issues/8929
|
||||
with:
|
||||
tagName: v__VERSION__
|
||||
releaseName: "sqwerk v__VERSION__"
|
||||
|
||||
Reference in New Issue
Block a user