Unverified 提交 9b941226 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Support Linux release (0.2.5-beta.2) (#30)

上级 1e866c8f
...@@ -16,9 +16,9 @@ jobs: ...@@ -16,9 +16,9 @@ jobs:
# for the same version are created in parallel. # for the same version are created in parallel.
max-parallel: 1 max-parallel: 1
matrix: matrix:
os: [ os:
# disabling until we fix the commands below (skip macos cert) [
# { name: "linux", image: "ubuntu-latest" }, { name: "linux", image: "ubuntu-latest" },
{ name: "macos-intel", image: "macos-13" }, { name: "macos-intel", image: "macos-13" },
{ name: "macos", image: "macos-latest" }, { name: "macos", image: "macos-latest" },
{ name: "windows", image: "windows-latest" }, { name: "windows", image: "windows-latest" },
...@@ -33,6 +33,7 @@ jobs: ...@@ -33,6 +33,7 @@ jobs:
node-version: 20 node-version: 20
- run: npm ci - run: npm ci
- name: add macos cert - name: add macos cert
if: contains(matrix.os.name, 'macos')
env: env:
MACOS_CERT_P12: ${{ secrets.MACOS_CERT_P12 }} MACOS_CERT_P12: ${{ secrets.MACOS_CERT_P12 }}
MACOS_CERT_PASSWORD: ${{ secrets.MACOS_CERT_PASSWORD }} MACOS_CERT_PASSWORD: ${{ secrets.MACOS_CERT_PASSWORD }}
......
{ {
"name": "dyad", "name": "dyad",
"productName": "dyad", "productName": "dyad",
"version": "0.2.5-beta.1", "version": "0.2.5-beta.2",
"description": "My Electron application description", "description": "My Electron application description",
"main": ".vite/build/main.js", "main": ".vite/build/main.js",
"repository": { "repository": {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论