Skip to content

Commit 4cd08b8

Browse files
First Release? v12
1 parent a2ebecd commit 4cd08b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Build deb package
5252
run: sh packaging/deb/create.sh .
5353

54-
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@v1
54+
# - name: Perform CodeQL Analysis
55+
# uses: github/codeql-action/analyze@v1
5656

5757
- name: Create tarball
5858
if: github.event_name == 'push'
@@ -80,7 +80,7 @@ jobs:
8080
path: ./fastfetch.tar
8181

8282
- name: Extract tarball
83-
run: tar --overwrite -xvf ./fastfetch.tar
83+
run: tar --overwrite -xvf ./fastfetch.tar/fastfetch.tar
8484

8585
- name: Get fastfetch version
8686
id: get_version_fastfetch

0 commit comments

Comments
 (0)