Support Linux release (0.2.5-beta.2) (#30)
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -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:
|
|||||||
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 }}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user