Skip to content

Commit

Permalink
Update deployment code
Browse files Browse the repository at this point in the history
  • Loading branch information
agraubert committed Dec 23, 2020
1 parent 6173b09 commit c16b39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo python3 -m pip install --user --upgrade pip setuptools && sudo python3 -m pip install --user numpy && sudo python3 -m pip install --user -e ./python
- name: Zip Source
run: >
cd .. && tar czf --strip-components=4 rnaseqc.${{ github.event.release.tag_name }}.full_source.tar.gz $GITHUB_WORKSPACE &&
cd .. && tar --strip-components=4 -czf rnaseqc.${{ github.event.release.tag_name }}.full_source.tar.gz $GITHUB_WORKSPACE &&
cd $GITHUB_WORKSPACE && mv ../rnaseqc.${{ github.event.release.tag_name }}.full_source.tar.gz .
- name: make
run: >
Expand Down

0 comments on commit c16b39f

Please sign in to comment.