Skip to content

Commit

Permalink
CI: don't upload old artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Feb 10, 2024
1 parent 3c618a8 commit 652c4b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,10 @@ jobs:
if: needs.linux-amd64.outputs.ffversion != steps.get_version_release.outputs.release
uses: actions/download-artifact@v4

- name: rm old artifacts
run: |
rm -rf fastfetch-*-old-*
- name: create release
if: needs.linux-amd64.outputs.ffversion != steps.get_version_release.outputs.release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 652c4b2

Please sign in to comment.