Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chsami authored Nov 16, 2024
1 parent 01182e5 commit f8ddca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
with:
node-version: 18.17.1

- name: Build project
run: npm run build:x64

- name: Install dependencies
run: npm install

- name: Build project
run: npm run build:x64

- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit f8ddca2

Please sign in to comment.