Skip to content

Commit

Permalink
🐛 fix: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Feb 20, 2024
1 parent 4c4a952 commit 9f939b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Config Project
run: |
mv settings.exemple.json settings.json
mv src/settings/settings.exemple.json src/settings/settings.json
- name: Build release
run: npm run build:release

Expand Down

0 comments on commit 9f939b4

Please sign in to comment.