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 aa352a4 commit a2ebecdCopy full SHA for a2ebecd
.github/workflows/push.yml
@@ -80,7 +80,7 @@ jobs:
80
path: ./fastfetch.tar
81
82
- name: Extract tarball
83
- run: tar -xvf --overwrite ./fastfetch.tar
+ run: tar --overwrite -xvf ./fastfetch.tar
84
85
- name: Get fastfetch version
86
id: get_version_fastfetch
0 commit comments