Skip to content

Commit

Permalink
Updates for version 1.0.20 of stxtyper
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed May 22, 2024
1 parent 7772091 commit 9fe09c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./amrfinder -u 2>&1 | fgrep 'Skipping update'
- name: make github_binaries
run: make github_binaries
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: release-binary
path: amrfinder_binaries_v*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
make github_binaries
version=`cat version.txt`
mv amrfinder_binaries_v$version.tar.gz amrfinder_binaries_osx_v$version.txt
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: release-binary
path: amrfinder_binaries_osx_v*.tar.gz
2 changes: 1 addition & 1 deletion stxtyper

0 comments on commit 9fe09c9

Please sign in to comment.