Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
biuuu committed May 9, 2024
1 parent 132314b commit dfbe2d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
node-version: '16.x'
- name: Build App
run: |
yarn --frozen-lockfile
yarn build:win64
yarn build-update
pnpm install
pnpm build:win64
pnpm build-update
- name: Create Release
if: success()
id: create_release
Expand Down

0 comments on commit dfbe2d4

Please sign in to comment.