Skip to content

Commit

Permalink
updat bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Jan 5, 2024
1 parent 20a5560 commit a4bda88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:

jobs:
publish-tauri:
permissions:
contents: write
strategy:
fail-fast: false
matrix:
platform: [ubuntu-22.04, windows-latest, macos-latest]
platform: [ubuntu-20.04, windows-latest, macos-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit a4bda88

Please sign in to comment.