Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Nov 9, 2023
1 parent d12b208 commit 6256f4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm uninstall win-protect
- run: npm run build:mac
- run: yarn install
- run: yarn remove win-protect
- run: yarn build:mac
- uses: softprops/action-gh-release@v1
with:
draft: true
Expand All @@ -32,8 +32,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build:win
- run: yarn install
- run: yarn build:win
- uses: softprops/action-gh-release@v1
with:
draft: true
Expand Down

0 comments on commit 6256f4f

Please sign in to comment.