Skip to content

Commit

Permalink
Hopefully the last time I update the Action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDiscordian authored Jan 11, 2023
1 parent b59daa2 commit f134c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
matrix:
include:
- platform: ubuntu-20.04
file: bin/kubo-x86_64-unknown-linux
file: bin/kubo-x86_64-unknown-linux-gnu
- platform: windows-latest
file: bin/kubo-x86_64-pc-windows.exe
file: bin/kubo-x86_64-pc-windows-msvc.exe
- platform: macos-latest
file: bin/kubo-x86_64-apple-darwin

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
file: ${{ matrix.file }}
args: --best --lzma
strip: true
strip: false
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f134c48

Please sign in to comment.