Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Feb 10, 2024
1 parent 36caa41 commit 31e6988
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

# Install dependencies
- run: npm install

# OS
- name: install linux dependencies
if: matrix.os == 'ubuntu-latest'
Expand All @@ -112,7 +115,7 @@ jobs:
path: dist/

# Make a build
- run: npx tauri -- build
- run: npx tauri build

# Upload artifacts
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 31e6988

Please sign in to comment.