Also .github folder from artifacts

This commit is contained in:
Yoann Chaudet
2022-07-13 11:56:17 -07:00
parent 5abd6d2e03
commit f4df6221cc

View File

@@ -20,6 +20,7 @@ runs:
--directory ${{ inputs.path }} \ --directory ${{ inputs.path }} \
-cvf ${{ runner.temp }}/artifact.tar \ -cvf ${{ runner.temp }}/artifact.tar \
--exclude=.git \ --exclude=.git \
--exclude=.github \
. .
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@main uses: actions/upload-artifact@main