Merge pull request #2 from actions/ignore-gh

Also .github folder from artifacts
This commit is contained in:
Yoann Chaudet
2022-07-13 12:14:47 -07:00
committed by GitHub

View File

@@ -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