Skip to content

Commit

Permalink
Update build_multi_platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biocodz authored Mar 6, 2024
1 parent a56b693 commit e0767fa
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/build_multi_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
pushd $env:GITHUB_WORKSPACE
echo 'running python setup.py ... in $(pwd)'
python setup.py -n all
ls -l ./dist
- name: upload macOS artifacts
uses: actions/upload-artifact@v4
if: runner.os == 'macOS'
Expand All @@ -56,19 +57,19 @@ jobs:
dist/sortmerna*Darwin.7z
dist/sortmerna*Darwin.sh
dist/sortmerna*Darwin.tar.gz
- name: upload linux artifacts
uses: actions/upload-artifact@v4
if: runner.os == 'Linux'
with:
retention-days: 3
path: |
dist/sortmerna*Linux.deb
dist/sortmerna*Linux.sh
dist/sortmerna*Linux.tar.gz
- name: upload windows artifacts
uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
with:
retention-days: 3
path: |
dist/sortmerna*win64.7z
#- name: upload linux artifacts
# uses: actions/upload-artifact@v4
# if: runner.os == 'Linux'
# with:
# retention-days: 3
# path: |
# dist/sortmerna*Linux.deb
# dist/sortmerna*Linux.sh
# dist/sortmerna*Linux.tar.gz
#- name: upload windows artifacts
# uses: actions/upload-artifact@v4
# if: runner.os == 'Windows'
# with:
# retention-days: 3
# path: |
# dist/sortmerna*win64.7z

0 comments on commit e0767fa

Please sign in to comment.