Back to 0.25.0 and republish tauri last_update.json
This commit is contained in:
52
.github/workflows/build-test-publish-apps.yml
vendored
52
.github/workflows/build-test-publish-apps.yml
vendored
@ -303,35 +303,35 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }}
|
project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }}
|
||||||
|
|
||||||
- name: Upload release files to public bucket
|
# - name: Upload release files to public bucket
|
||||||
uses: google-github-actions/upload-cloud-storage@v2.1.3
|
# uses: google-github-actions/upload-cloud-storage@v2.1.3
|
||||||
with:
|
# with:
|
||||||
path: out
|
# path: out
|
||||||
glob: 'Zoo*'
|
# glob: 'Zoo*'
|
||||||
parent: false
|
# parent: false
|
||||||
destination: ${{ env.BUCKET_DIR }}
|
# destination: ${{ env.BUCKET_DIR }}
|
||||||
|
|
||||||
- name: Upload update endpoint to public bucket
|
# - name: Upload update endpoint to public bucket
|
||||||
uses: google-github-actions/upload-cloud-storage@v2.1.3
|
# uses: google-github-actions/upload-cloud-storage@v2.1.3
|
||||||
with:
|
# with:
|
||||||
path: out
|
# path: out
|
||||||
glob: 'latest*'
|
# glob: 'latest*'
|
||||||
parent: false
|
# parent: false
|
||||||
destination: ${{ env.BUCKET_DIR }}
|
# destination: ${{ env.BUCKET_DIR }}
|
||||||
|
|
||||||
- name: Upload download endpoint to public bucket
|
# - name: Upload download endpoint to public bucket
|
||||||
uses: google-github-actions/upload-cloud-storage@v2.1.3
|
# uses: google-github-actions/upload-cloud-storage@v2.1.3
|
||||||
with:
|
# with:
|
||||||
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
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "zoo-modeling-app",
|
"name": "zoo-modeling-app",
|
||||||
"version": "0.25.1",
|
"version": "0.25.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"productName": "Zoo Modeling App",
|
"productName": "Zoo Modeling App",
|
||||||
"author": {
|
"author": {
|
||||||
|
|||||||
Reference in New Issue
Block a user