Skip to content

Commit

Permalink
rust
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Jan 5, 2024
1 parent b6ca0c1 commit b90de0c
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 b90de0c

Please sign in to comment.