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.
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user