First Release? v12

This commit is contained in:
Linus Dierheimer
2022-03-20 16:32:15 +01:00
parent a2ebecdf6d
commit 4cd08b82d4
+3 -3
View File
@@ -51,8 +51,8 @@ jobs:
- name: Build deb package
run: sh packaging/deb/create.sh .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
# - name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@v1
- name: Create tarball
if: github.event_name == 'push'
@@ -80,7 +80,7 @@ jobs:
path: ./fastfetch.tar
- name: Extract tarball
run: tar --overwrite -xvf ./fastfetch.tar
run: tar --overwrite -xvf ./fastfetch.tar/fastfetch.tar
- name: Get fastfetch version
id: get_version_fastfetch