mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
Compare commits
1 commit
master
...
fix-publis
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
268386eb4b |
1 changed files with 3 additions and 2 deletions
5
.github/workflows/publish-gui.yml
vendored
5
.github/workflows/publish-gui.yml
vendored
|
|
@ -474,10 +474,11 @@ jobs:
|
|||
mkdir -p public/api/gui
|
||||
if $STABLE; then
|
||||
rm public/api/gui/tauri-updater.json || true # remove old file if exists
|
||||
mv updater.json public/api/gui/tauri-updater.json
|
||||
cp updater.json public/api/gui/tauri-updater.json
|
||||
fi
|
||||
rm public/api/gui/tauri-updater-beta.json || true
|
||||
mv updater.json public/api/gui/tauri-updater-beta.json
|
||||
cp updater.json public/api/gui/tauri-updater-beta.json
|
||||
rm updater.json
|
||||
|
||||
- name: Commit
|
||||
run: |-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue