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 3c618a8 commit 652c4b2Copy full SHA for 652c4b2
.github/workflows/ci.yml
@@ -473,6 +473,10 @@ jobs:
473
if: needs.linux-amd64.outputs.ffversion != steps.get_version_release.outputs.release
474
uses: actions/download-artifact@v4
475
476
+ - name: rm old artifacts
477
+ run: |
478
+ rm -rf fastfetch-*-old-*
479
+
480
- name: create release
481
482
uses: ncipollo/release-action@v1
0 commit comments