Skip to content

Commit

Permalink
ignore .git
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Nov 14, 2023
1 parent c0b270e commit 87c1834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
TAR_FILE="${{ runner.temp }}/output-${{ github.job }}-${{ github.run_number }}-${{ github.run_attempt }}.tar.gz"
FOLDER=$(basename `pwd`)
cd ..
tar czf $TAR_FILE $FOLDER
tar --exclude=.git czf $TAR_FILE $FOLDER
tar tvzf $TAR_FILE

0 comments on commit 87c1834

Please sign in to comment.