Skip to content

Commit

Permalink
Merge pull request #86 from PasteBar/action-test
Browse files Browse the repository at this point in the history
update to github action
  • Loading branch information
kurdin authored Jul 20, 2024
2 parents 8c15c5a + 6a56416 commit 62686c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

- name: install packages
run: npm install

# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes.
- uses: tauri-apps/tauri-action@v0
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@
"vite": "^5.0.11",
"vite-plugin-tauri": "^3.3.0"
}
}
}

0 comments on commit 62686c3

Please sign in to comment.