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 a2ebecd commit 4cd08b8Copy full SHA for 4cd08b8
.github/workflows/push.yml
@@ -51,8 +51,8 @@ jobs:
51
- name: Build deb package
52
run: sh packaging/deb/create.sh .
53
54
- - name: Perform CodeQL Analysis
55
- uses: github/codeql-action/analyze@v1
+ # - name: Perform CodeQL Analysis
+ # uses: github/codeql-action/analyze@v1
56
57
- name: Create tarball
58
if: github.event_name == 'push'
@@ -80,7 +80,7 @@ jobs:
80
path: ./fastfetch.tar
81
82
- name: Extract tarball
83
- run: tar --overwrite -xvf ./fastfetch.tar
+ run: tar --overwrite -xvf ./fastfetch.tar/fastfetch.tar
84
85
- name: Get fastfetch version
86
id: get_version_fastfetch
0 commit comments