Skip to content

Commit

Permalink
Merge pull request #2 from actions/ignore-gh
Browse files Browse the repository at this point in the history
Also .github folder from artifacts
  • Loading branch information
yoannchaudet authored Jul 13, 2022
2 parents 5abd6d2 + f4df622 commit 763007b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ runs:
--directory ${{ inputs.path }} \
-cvf ${{ runner.temp }}/artifact.tar \
--exclude=.git \
--exclude=.github \
.
- name: Upload artifact
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 763007b

Please sign in to comment.