Skip to content

Commit

Permalink
feat: indentation for Windows platform in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ropali committed Mar 6, 2025
1 parent 54e663c commit 2315e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
args: ''
- platform: 'windows-latest'
- platform: 'windows-latest'
args: ''

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

0 comments on commit 2315e9e

Please sign in to comment.