Run test/cut-release-v0.25.0-updater-test v0.25.2 no tauri
This commit is contained in:
24
.github/workflows/build-test-publish-apps.yml
vendored
24
.github/workflows/build-test-publish-apps.yml
vendored
@ -325,19 +325,19 @@ jobs:
|
||||
path: last_download.json
|
||||
destination: ${{ env.BUCKET_DIR }}
|
||||
|
||||
- name: Upload release files to public bucket for tauri
|
||||
uses: google-github-actions/upload-cloud-storage@v2.1.1
|
||||
with:
|
||||
path: "out/tauri/${{ env.VERSION }}"
|
||||
glob: '*/Zoo*'
|
||||
parent: false
|
||||
destination: ${{ env.BUCKET_DIR_TAURI }}/${{ env.VERSION }}
|
||||
# - name: Upload release files to public bucket for tauri
|
||||
# uses: google-github-actions/upload-cloud-storage@v2.1.1
|
||||
# with:
|
||||
# path: "out/tauri/${{ env.VERSION }}"
|
||||
# glob: '*/Zoo*'
|
||||
# parent: false
|
||||
# destination: ${{ env.BUCKET_DIR_TAURI }}/${{ env.VERSION }}
|
||||
|
||||
- name: Upload update endpoint to public bucket for tauri
|
||||
uses: google-github-actions/upload-cloud-storage@v2.1.1
|
||||
with:
|
||||
path: last_update.json
|
||||
destination: ${{ env.BUCKET_DIR }}
|
||||
# - name: Upload update endpoint to public bucket for tauri
|
||||
# uses: google-github-actions/upload-cloud-storage@v2.1.1
|
||||
# with:
|
||||
# path: last_update.json
|
||||
# destination: ${{ env.BUCKET_DIR }}
|
||||
|
||||
- name: Upload release files to Github
|
||||
if: ${{ github.event_name == 'release' }}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zoo-modeling-app",
|
||||
"version": "0.25.0",
|
||||
"version": "0.25.2",
|
||||
"private": true,
|
||||
"productName": "Zoo Modeling App",
|
||||
"author": {
|
||||
|
||||
Reference in New Issue
Block a user