From e315b83c59377cac207e47e3502ad0373ffd0120 Mon Sep 17 00:00:00 2001 From: Nicolas Deschildre Date: Wed, 8 May 2024 17:55:26 +0200 Subject: [PATCH] Attempting to fix windows build as well. --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 270812a..86885f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: tags: - 'v*' + workflow_dispatch: env: NODE_VERSION: 18 @@ -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 @@ -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 }} \ No newline at end of file