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:
# 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 }}
......
{
"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": {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论