diff --git a/.github/workflows/build-test-publish-apps.yml b/.github/workflows/build-test-publish-apps.yml index 4dc9c929d..472de7182 100644 --- a/.github/workflows/build-test-publish-apps.yml +++ b/.github/workflows/build-test-publish-apps.yml @@ -17,9 +17,9 @@ env: CUT_RELEASE_PR: true BUILD_RELEASE: true -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true +# concurrency: +# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} +# cancel-in-progress: true jobs: prepare-files: @@ -319,19 +319,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' }} diff --git a/package.json b/package.json index d0f46bc0a..183e78f09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zoo-modeling-app", - "version": "0.25.0", + "version": "0.25.3", "private": true, "productName": "Zoo Modeling App", "author": {