diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c679819..4ecf16a44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: run: | VERSION=$(date +'%-y.%-m.%-d') yarn bump-jsons echo "$(jq --arg url 'https://dl.kittycad.io/releases/modeling-app/nightly/last_update.json' \ - '.tauri.updater.endpoints[]=$url' src-tauri/tauri.conf.json --indent 2)" > src-tauri/tauri.conf.json + '.tauri.updater.endpoints[]=$url' src-tauri/tauri.release.conf.json --indent 2)" > src-tauri/tauri.release.conf.json - uses: actions/upload-artifact@v3 if: github.event_name == 'schedule' @@ -114,6 +114,7 @@ jobs: path: | package.json src-tauri/tauri.conf.json + src-tauri/tauri.release.conf.json - id: export_version run: echo "version=`cat package.json | jq -r '.version'`" >> "$GITHUB_OUTPUT" @@ -136,6 +137,7 @@ jobs: ls -l artifact cp artifact/package.json package.json cp artifact/src-tauri/tauri.conf.json src-tauri/tauri.conf.json + cp artifact/src-tauri/tauri.release.conf.json src-tauri/tauri.release.conf.json - name: Install ubuntu system dependencies if: matrix.os == 'ubuntu-latest' diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index b59cba581..caa464d58 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -1,7 +1,6 @@ - { "$schema": "../node_modules/@tauri-apps/cli/schema.json", "package": { "productName": "KittyCAD Modeling" } -} \ No newline at end of file +} diff --git a/src-tauri/tauri.release.conf.json b/src-tauri/tauri.release.conf.json index ba9c80f4b..ee781c716 100644 --- a/src-tauri/tauri.release.conf.json +++ b/src-tauri/tauri.release.conf.json @@ -1,4 +1,3 @@ - { "$schema": "../node_modules/@tauri-apps/cli/schema.json", "tauri": { @@ -19,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index b59cba581..caa464d58 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -1,7 +1,6 @@ - { "$schema": "../node_modules/@tauri-apps/cli/schema.json", "package": { "productName": "KittyCAD Modeling" } -} \ No newline at end of file +}