Skip to content

Commit

Permalink
Merge pull request #8 from TUM-Core-Facility-Microbiome/fix-version-r…
Browse files Browse the repository at this point in the history
…eport

Fix reported version when git is not initialized
  • Loading branch information
zsewa authored Aug 10, 2021
2 parents 5eb8499 + d8adb41 commit 13104d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
run: python3 -m ngspipeline.cli --export
- name: Cleanup pycache
run: find -type d -name "__pycache__" | xargs rm -r
- name: Create archive
run: zip -9 -r release.zip *
- name: Create base archive
run: git archive --format=zip -o release.zip -9 HEAD
- name: Add WSL distribution tar file to archive
run: zip -rv -9 release.zip ngstoolkitdist.tar
- name: Create release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 13104d2

Please sign in to comment.