Skip to content

Commit

Permalink
centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Jan 11, 2024
1 parent 433a615 commit 347b2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Copy artifact from container to runner
run: |
docker cp centos7-container:/github/workspace/target/release/ncbi ./target/release/ncbi-centos7
docker cp centos7-container:/github/workspace/target/release/ncbi ./ncbi-centos7
# - name: Install GitHub CLI
# run: |
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Upload Release Asset for CentOS 7
run: |
gh release upload ${{ github.ref_name }} \
./target/release/ncbi-centos7 \
./ncbi-centos7 \
--clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 347b2f2

Please sign in to comment.