Skip to content

Commit

Permalink
Merge pull request #8 from compucorp/COMCL-28-remove-gitignore-when-b…
Browse files Browse the repository at this point in the history
…uild

COMCL-28: Remove .gitignore when build a tarball
  • Loading branch information
erawat authored Sep 17, 2020
2 parents a325969 + df1084b commit c77306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build tarball
shell: bash
run: |
rm -r ${{ env.WORKING_DIR }}/{.git,.github}
rm -r ${{ env.WORKING_DIR }}/{.git,.github,.gitignore}
tar czf ${{ env.WORKING_DIR }}.tar.gz ${{ env.WORKING_DIR }}
- name: Upload Release Asset
Expand Down

0 comments on commit c77306c

Please sign in to comment.