Skip to content

Commit aa352a4

Browse files
First Release? v10
1 parent 10c97ae commit aa352a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: github/codeql-action/analyze@v1
5656

5757
- name: Create tarball
58-
if: github.event_name == "push"
58+
if: github.event_name == 'push'
5959
run: tar -cvf fastfetch.tar ./fastfetch -C packaging/deb ./fastfetch.deb
6060

6161
- name: Upload tarball

0 commit comments

Comments
 (0)