From 9b94122672549512570c99e02908ed7e9be5ff9b Mon Sep 17 00:00:00 2001 From: Will Chen Date: Mon, 28 Apr 2025 13:22:02 -0700 Subject: [PATCH] Support Linux release (0.2.5-beta.2) (#30) --- .github/workflows/release.yml | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 843bb89..e465226 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,9 @@ jobs: # for the same version are created in parallel. max-parallel: 1 matrix: - os: [ - # disabling until we fix the commands below (skip macos cert) - # { name: "linux", image: "ubuntu-latest" }, + os: + [ + { name: "linux", image: "ubuntu-latest" }, { name: "macos-intel", image: "macos-13" }, { name: "macos", image: "macos-latest" }, { name: "windows", image: "windows-latest" }, @@ -33,6 +33,7 @@ jobs: node-version: 20 - run: npm ci - name: add macos cert + if: contains(matrix.os.name, 'macos') env: MACOS_CERT_P12: ${{ secrets.MACOS_CERT_P12 }} MACOS_CERT_PASSWORD: ${{ secrets.MACOS_CERT_PASSWORD }} diff --git a/package.json b/package.json index 08decca..c00ab6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dyad", "productName": "dyad", - "version": "0.2.5-beta.1", + "version": "0.2.5-beta.2", "description": "My Electron application description", "main": ".vite/build/main.js", "repository": {