Skip to content

Commit f134c48

Browse files
Hopefully the last time I update the Action
1 parent b59daa2 commit f134c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
matrix:
1212
include:
1313
- platform: ubuntu-20.04
14-
file: bin/kubo-x86_64-unknown-linux
14+
file: bin/kubo-x86_64-unknown-linux-gnu
1515
- platform: windows-latest
16-
file: bin/kubo-x86_64-pc-windows.exe
16+
file: bin/kubo-x86_64-pc-windows-msvc.exe
1717
- platform: macos-latest
1818
file: bin/kubo-x86_64-apple-darwin
1919

@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
file: ${{ matrix.file }}
4646
args: --best --lzma
47-
strip: true
47+
strip: false
4848
- uses: tauri-apps/tauri-action@dev
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)