File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ jobs:
120120 # actually exclude it, so it must first be touched
121121 run : |
122122 touch ola-${{ matrix.id }}-source-tree.tar.gz
123- tar --exclude=ola-${{ matrix.id }}-source-tree.tar.gz -cvzf ola-${{ matrix.id }}-source-tree.tar.gz .
123+ touch .git
124+ tar --exclude=ola-${{ matrix.id }}-source-tree.tar.gz --exclude=.git -cvzf ola-${{ matrix.id }}-source-tree.tar.gz .
124125 - name : SHA256 artifact archives
125126 if : always()
126127 run : sha256sum ola-*.tar.gz
Original file line number Diff line number Diff line change 5959 # actually exclude it, so it must first be touched
6060 run : |
6161 touch ola-debian-stable-built-source-tree.tar.gz
62- tar --exclude=ola-debian-stable-built-source-tree.tar.gz -cvzf ola-debian-stable-built-source-tree.tar.gz .
62+ touch .git
63+ tar --exclude=ola-debian-stable-built-source-tree.tar.gz --exclude=.git -cvzf ola-debian-stable-built-source-tree.tar.gz .
6364 - name : SHA256 artifact archive
6465 run : sha256sum ola-debian-stable-built-source-tree.tar.gz
6566 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments