Run test/cut-release-v0.25.0-updater-test v0.25.2 no tauri

This commit is contained in:
Pierre Jacquier
2024-09-03 21:09:11 -04:00
parent 2e57065537
commit e092af7137
2 changed files with 13 additions and 13 deletions

View File

@ -325,19 +325,19 @@ jobs:
path: last_download.json path: last_download.json
destination: ${{ env.BUCKET_DIR }} destination: ${{ env.BUCKET_DIR }}
- name: Upload release files to public bucket for tauri # - name: Upload release files to public bucket for tauri
uses: google-github-actions/upload-cloud-storage@v2.1.1 # uses: google-github-actions/upload-cloud-storage@v2.1.1
with: # with:
path: "out/tauri/${{ env.VERSION }}" # path: "out/tauri/${{ env.VERSION }}"
glob: '*/Zoo*' # glob: '*/Zoo*'
parent: false # parent: false
destination: ${{ env.BUCKET_DIR_TAURI }}/${{ env.VERSION }} # destination: ${{ env.BUCKET_DIR_TAURI }}/${{ env.VERSION }}
- name: Upload update endpoint to public bucket for tauri # - name: Upload update endpoint to public bucket for tauri
uses: google-github-actions/upload-cloud-storage@v2.1.1 # uses: google-github-actions/upload-cloud-storage@v2.1.1
with: # with:
path: last_update.json # path: last_update.json
destination: ${{ env.BUCKET_DIR }} # destination: ${{ env.BUCKET_DIR }}
- name: Upload release files to Github - name: Upload release files to Github
if: ${{ github.event_name == 'release' }} if: ${{ github.event_name == 'release' }}

View File

@ -1,6 +1,6 @@
{ {
"name": "zoo-modeling-app", "name": "zoo-modeling-app",
"version": "0.25.0", "version": "0.25.2",
"private": true, "private": true,
"productName": "Zoo Modeling App", "productName": "Zoo Modeling App",
"author": { "author": {