Skip to content

Commit

Permalink
Attempting to fix windows build as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
nand2 committed May 8, 2024
1 parent 55369a8 commit e315b83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:

env:
NODE_VERSION: 18
Expand Down Expand Up @@ -50,6 +51,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install system dependencies
run: sudo apt-get install -y wine wine64 mono-devel

- name: Install dependencies
run: yarn install

Expand All @@ -76,7 +80,7 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Publish on arm
- name: Publish on universal
run: yarn run publish -p darwin -a universal
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e315b83

Please sign in to comment.