Skip to content

Commit c1594fb

Browse files
committed
gh actions lint add touch before tar note
1 parent 0ea3b73 commit c1594fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: make builtfiles VERBOSE=1
4141
- name: Archive artifacts to speed up slow GH Actions upload/download
4242
shell: bash
43+
# If the file does not exist when tar excludes it, then it will not
44+
# actually exclude it, so it must first be touched
4345
run: |
4446
touch ola-debian-stable-built-source-tree.tar.gz
4547
tar --exclude=ola-debian-stable-built-source-tree.tar.gz -cvzf ola-debian-stable-built-source-tree.tar.gz .

0 commit comments

Comments
 (0)