Skip to content

Commit

Permalink
Merge pull request #3 from eric9n/main
Browse files Browse the repository at this point in the history
rust
  • Loading branch information
eric9n authored Jan 5, 2024
2 parents aa3a83d + b90de0c commit 1710d75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
publish-tauri:
build-and-release:
permissions:
contents: write
strategy:
Expand Down Expand Up @@ -53,10 +53,12 @@ jobs:
--title "Release ${{ github.ref_name }}" \
--notes "Release notes for ${{ github.ref_name }}" \
--draft
shell: bash

# Upload the built artifact to the release
- name: Upload Release Asset
run: |
gh release upload ${{ github.ref_name }} \
./target/release/ncbi \
--clobber
shell: bash

0 comments on commit 1710d75

Please sign in to comment.