diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b925dd6..122f6a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: # Copy tauri.conf.json to tauri.windows.conf.json and substitute version number for Windows cp src-tauri/tauri.conf.json src-tauri/tauri.windows.conf.json - sed -i "s/\"version\": \".*\"/\"version\": \"${WINDOWS_VERSION}\"/" src-tauri/tauri.windows.conf.json + sed -i "s|\"version\": \".*\"|\"version\": \"${WINDOWS_VERSION}\"|" src-tauri/tauri.windows.conf.json shell: bash - name: Set version for all platforms