Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
chore: action cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiya10 committed Nov 3, 2023
1 parent c79bc73 commit d76b0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Lint
run: npm run lint
- name: Build
run: npm run dist --win
run: npx electron-builder --win
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Lint
run: npm run lint
- name: Build
run: npm run dist --linux
run: npx electron-builder --linux
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit d76b0bc

Please sign in to comment.