diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 794265a..5097278 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}