Skip to content

Commit

Permalink
fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Jun 18, 2023
1 parent e4e8554 commit 287a03f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ jobs:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npm run dist:${{ matrix.dist-target }} -- --publish never
- if: matrix.os == 'ubuntu-latest'
run: npm run dist:macos -- --publish never
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_APP_PASSWORD: ${{ secrets.APPLE_ID_APP_PASSWORD }}
- if: matrix.os != 'macos-latest'
run: npm run dist:${{ matrix.dist-target }} -- --publish never
- uses: actions/upload-artifact@v2
with:
name: ${{ github.event.repository.name }}-${{ matrix.dist-target }}
Expand Down

0 comments on commit 287a03f

Please sign in to comment.