Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
davoxpa committed Dec 19, 2023
1 parent 43b32f7 commit 7a90045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
run: npm install
- name: Build on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: npm run build-linux
run: npm run build:linux
- name: Build on Windows
if: matrix.os == 'windows-latest'
run: npm run build-windows
run: npm run build:win
- name: Build on macOS
if: matrix.os == 'macos-latest'
run: npm run build-mac
run: npm run build:macos
- name: Archive Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7a90045

Please sign in to comment.