Compare commits
2 Commits
0bd99e2c7a
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 40fcd1b469 | |||
| 6b504aaae1 |
@@ -37,7 +37,7 @@ jobs:
|
|||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build and create draft release
|
- name: Build and create draft release
|
||||||
uses: tauri-apps/tauri-action@v1
|
uses: tauri-apps/tauri-action@v0.6.2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Updater artifact signing (Phase 3) — set these repo secrets once
|
# Updater artifact signing (Phase 3) — set these repo secrets once
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
releaseBody: 'See the assets below to download and install this version.'
|
releaseBody: 'See the assets below to download and install this version.'
|
||||||
releaseDraft: true
|
releaseDraft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
uploadUpdaterJson: true
|
includeUpdaterJson: true
|
||||||
updaterJsonPreferNsis: true
|
updaterJsonPreferNsis: true
|
||||||
# Cargo args after `--`: ship the CPU/DirectML build — default
|
# Cargo args after `--`: ship the CPU/DirectML build — default
|
||||||
# features enable candle-cuda, which runners (and most users) lack.
|
# features enable candle-cuda, which runners (and most users) lack.
|
||||||
|
|||||||
+5
-1
@@ -40,5 +40,9 @@ dist-ssr
|
|||||||
# locally; ~600 MB, never committed). See RELEASE_PLAN.md "CUDA release variant".
|
# locally; ~600 MB, never committed). See RELEASE_PLAN.md "CUDA release variant".
|
||||||
src-tauri/cuda-redist/
|
src-tauri/cuda-redist/
|
||||||
|
|
||||||
# Keep the CUDA build config overlay tracked despite the *.json rule above.
|
# Keep the Tauri configs tracked despite the *.json rule above. tauri.conf.json
|
||||||
|
# must also be un-ignored so tauri-action can find it: it globs for the config
|
||||||
|
# honoring .gitignore, and an ignored config makes the release build fail with
|
||||||
|
# "Failed to resolve Tauri path".
|
||||||
|
!src-tauri/tauri.conf.json
|
||||||
!src-tauri/tauri.cuda.conf.json
|
!src-tauri/tauri.cuda.conf.json
|
||||||
|
|||||||
Reference in New Issue
Block a user