We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea3b73 commit c1594fbCopy full SHA for c1594fb
1 file changed
.github/workflows/lint.yaml
@@ -40,6 +40,8 @@ jobs:
40
run: make builtfiles VERBOSE=1
41
- name: Archive artifacts to speed up slow GH Actions upload/download
42
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
45
run: |
46
touch ola-debian-stable-built-source-tree.tar.gz
47
tar --exclude=ola-debian-stable-built-source-tree.tar.gz -cvzf ola-debian-stable-built-source-tree.tar.gz .
0 commit comments