Skip to content

Commit

Permalink
Merge pull request #9 from eric9n/main
Browse files Browse the repository at this point in the history
action
  • Loading branch information
eric9n authored Jan 11, 2024
2 parents 1262b70 + 1cf68c9 commit 3730e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:

- name: Upload Release Asset
run: |
mv ./target/release/ncbi ./target/release/${{ env.ASSET_NAME }}
gh release upload ${{ github.ref_name }} \
./target/release/${{ env.ASSET_NAME }} \
--clobber
Expand Down

0 comments on commit 3730e4a

Please sign in to comment.