We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59daa2 commit f134c48Copy full SHA for f134c48
.github/workflows/publish.yml
@@ -11,9 +11,9 @@ jobs:
11
matrix:
12
include:
13
- platform: ubuntu-20.04
14
- file: bin/kubo-x86_64-unknown-linux
+ file: bin/kubo-x86_64-unknown-linux-gnu
15
- platform: windows-latest
16
- file: bin/kubo-x86_64-pc-windows.exe
+ file: bin/kubo-x86_64-pc-windows-msvc.exe
17
- platform: macos-latest
18
file: bin/kubo-x86_64-apple-darwin
19
@@ -44,7 +44,7 @@ jobs:
44
with:
45
file: ${{ matrix.file }}
46
args: --best --lzma
47
- strip: true
+ strip: false
48
- uses: tauri-apps/tauri-action@dev
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments