diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 7a26b6c..9b27b54 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -94,7 +94,8 @@ jobs: chmod +x src-tauri/binaries/suwayomi-launcher-linux-x86_64-unknown-linux-gnu - name: Patch tauri.conf.json for CI - run: sed -i 's/"beforeBuildCommand": "pnpm build"/"beforeBuildCommand": ""/' src-tauri/tauri.conf.json + run: | + sed -i 's/"beforeBuildCommand": "pnpm build"/"beforeBuildCommand": ""/' src-tauri/tauri.conf.json - name: Build Tauri app run: pnpm tauri build --target x86_64-unknown-linux-gnu --config src-tauri/tauri.linux.conf.json --verbose diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 3a02ff7..38cc6a0 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -90,7 +90,8 @@ jobs: stage suwayomi-x64 x86_64-apple-darwin - name: Patch tauri.conf.json for CI - run: sed -i '' 's/"beforeBuildCommand": "pnpm build"/"beforeBuildCommand": ""/' src-tauri/tauri.conf.json + run: | + sed -i '' 's/"beforeBuildCommand": "pnpm build"/"beforeBuildCommand": ""/' src-tauri/tauri.conf.json - name: Build Tauri app (aarch64) run: | diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index edfbef6..2ba9770 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -87,7 +87,8 @@ jobs: - name: Patch tauri.conf.json for CI shell: bash - run: sed -i 's/"beforeBuildCommand": "pnpm build"/"beforeBuildCommand": ""/' src-tauri/tauri.conf.json + run: | + sed -i 's/"beforeBuildCommand": "pnpm build"/"beforeBuildCommand": ""/' src-tauri/tauri.conf.json - name: Delete existing draft release shell: bash