We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c97ae commit aa352a4Copy full SHA for aa352a4
.github/workflows/push.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: github/codeql-action/analyze@v1
56
57
- name: Create tarball
58
- if: github.event_name == "push"
+ if: github.event_name == 'push'
59
run: tar -cvf fastfetch.tar ./fastfetch -C packaging/deb ./fastfetch.deb
60
61
- name: Upload tarball
0 commit comments