Update release.yaml

This commit is contained in:
2023-06-28 09:03:16 -05:00
committed by GitHub
parent fa069a8613
commit fc9fafa355
+1 -19
View File
@@ -17,7 +17,6 @@ jobs:
- run: npm ci
- run: npm run release
build-windows:
needs: build-linux
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
@@ -27,24 +26,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run release
build-macos-x64:
needs: build-windows
runs-on: macos-10.15
env:
CSC_LINK: ${{ secrets.MACOS_CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.MACOS_CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run release
build-macos-arm:
needs: build-macos-x64
build-macos:
runs-on: macos-13
env:
CSC_LINK: ${{ secrets.MACOS_CSC_LINK }}