Compare commits

...

21 Commits

Author SHA1 Message Date
e0b22cf1e7 Merge branch 'cut-release-v0.25.0' into cut-release-v0.25.0-updater-test-build-2 2024-09-04 20:45:10 -04:00
db4e0d1682 Merge branch 'main' into cut-release-v0.25.0 2024-09-04 15:47:22 -07:00
aeaed858bd Merge branch 'main' into cut-release-v0.25.0 2024-09-04 15:34:58 -07:00
a7442f4d9f Merge branch 'main' into cut-release-v0.25.0 2024-09-04 14:34:42 -07:00
ba6b34ca3f Merge branch 'main' into cut-release-v0.25.0 2024-09-04 14:19:26 -07:00
9347eacef2 Merge branch 'main' into cut-release-v0.25.0 2024-09-04 13:45:03 -07:00
a1603aa130 Merge branch 'main' into cut-release-v0.25.0 2024-09-04 12:55:24 -07:00
f80c5e6354 Merge branch 'main' into cut-release-v0.25.0 2024-09-04 12:04:32 -04:00
557f6f5ab3 Merge branch 'cut-release-v0.25.0' into cut-release-v0.25.0-updater-test-build-2 2024-09-04 07:03:49 -04:00
5dff2e54ba Merge branch 'main' into cut-release-v0.25.0 2024-09-04 07:03:00 -04:00
82cc147465 Merge branch 'cut-release-v0.25.0' into cut-release-v0.25.0-updater-test-build-2 2024-09-04 06:37:19 -04:00
f7e7accdf3 Merge branch 'main' into cut-release-v0.25.0 2024-09-04 06:23:51 -04:00
ef21002e45 Run test/cut-release-v0.25.0-updater-test v0.25.4 no tauri last_update 2024-09-04 05:39:15 -04:00
005f105e9c Run test/cut-release-v0.25.0-updater-test v0.25.0 2024-09-04 05:33:40 -04:00
df804b2786 A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest) 2024-09-04 09:32:38 +00:00
b39c9e21d4 Merge branch 'main' into cut-release-v0.25.0 2024-09-04 05:29:40 -04:00
7cc1b3f744 A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest) 2024-09-03 23:20:59 +00:00
10b3852ae5 Merge branch 'main' into cut-release-v0.25.0 2024-09-03 16:16:59 -07:00
5e43971492 Merge branch 'main' into cut-release-v0.25.0 2024-09-03 12:11:50 -07:00
194d9c6774 Merge branch 'main' into cut-release-v0.25.0 2024-09-03 11:38:47 -07:00
fa5f033574 Cut release v0.25.0 2024-09-03 13:27:07 -04:00
6 changed files with 15 additions and 14 deletions

View File

@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- main - main
- cut-release-v0.25.0-updater-test-build-2
release: release:
types: [published] types: [published]
schedule: schedule:
@ -13,8 +14,8 @@ on:
# Will checkout the last commit from the default branch (main as of 2023-10-04) # Will checkout the last commit from the default branch (main as of 2023-10-04)
env: env:
CUT_RELEASE_PR: ${{ github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v')) }} CUT_RELEASE_PR: true
BUILD_RELEASE: ${{ github.event_name == 'release' || github.event_name == 'schedule' || github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v')) }} BUILD_RELEASE: true
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@ -183,17 +184,17 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions: permissions:
contents: write contents: write
if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }} # if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
needs: [prepare-files, build-apps] needs: [prepare-files, build-apps]
env: env:
VERSION_NO_V: ${{ needs.prepare-files.outputs.version }} VERSION_NO_V: ${{ needs.prepare-files.outputs.version }}
VERSION: ${{ github.event_name == 'schedule' && needs.prepare-files.outputs.version || format('v{0}', needs.prepare-files.outputs.version) }} VERSION: ${{ github.event_name == 'schedule' && needs.prepare-files.outputs.version || format('v{0}', needs.prepare-files.outputs.version) }}
PUB_DATE: ${{ github.event_name == 'release' && github.event.release.created_at || github.event.repository.updated_at }} PUB_DATE: ${{ github.event_name == 'release' && github.event.release.created_at || github.event.repository.updated_at }}
NOTES: ${{ github.event_name == 'release' && github.event.release.body || format('Non-release build, commit {0}', github.sha) }} NOTES: ${{ github.event_name == 'release' && github.event.release.body || format('Non-release build, commit {0}', github.sha) }}
BUCKET_DIR: ${{ github.event_name == 'schedule' && 'dl.kittycad.io/releases/modeling-app/nightly' || 'dl.kittycad.io/releases/modeling-app' }} BUCKET_DIR: ${{ github.event_name == 'schedule' && 'dl.kittycad.io/releases/modeling-app/nightly' || 'dl.kittycad.io/releases/modeling-app/test/cut-release-v0.25.0-updater-test' }}
WEBSITE_DIR: ${{ github.event_name == 'schedule' && 'dl.zoo.dev/releases/modeling-app/nightly' || 'dl.zoo.dev/releases/modeling-app' }} WEBSITE_DIR: ${{ github.event_name == 'schedule' && 'dl.zoo.dev/releases/modeling-app/nightly' || 'dl.zoo.dev/releases/modeling-app/test/cut-release-v0.25.0-updater-test' }}
BUCKET_DIR_TAURI: 'dl.kittycad.io/releases/modeling-app/tauri-compat' BUCKET_DIR_TAURI: 'dl.kittycad.io/releases/modeling-app/test/cut-release-v0.25.0-updater-test/tauri-compat'
WEBSITE_DIR_TAURI: 'dl.zoo.dev/releases/modeling-app/tauri-compat' WEBSITE_DIR_TAURI: 'dl.zoo.dev/releases/modeling-app/test/cut-release-v0.25.0-updater-test/tauri-compat'
URL_CODED_NAME: ${{ github.event_name == 'schedule' && 'Zoo%20Modeling%20App%20%28Nightly%29' || 'Zoo%20Modeling%20App' }} URL_CODED_NAME: ${{ github.event_name == 'schedule' && 'Zoo%20Modeling%20App%20%28Nightly%29' || 'Zoo%20Modeling%20App' }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -326,11 +327,11 @@ jobs:
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.2.0 # 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' }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -79,5 +79,5 @@ linux:
publish: publish:
- provider: generic - provider: generic
url: https://dl.zoo.dev/releases/modeling-app/test/electron-builder url: https://dl.zoo.dev/releases/modeling-app/test/cut-release-v0.25.0-updater-test
channel: latest channel: latest

View File

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