Skip to content

Commit

Permalink
ci: Delete changelog artifacts after release is done
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Oct 27, 2024
1 parent 03b7a91 commit b79ad3b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: changelog-*
- name: Clean-up changelog artifacts
uses: geekyeggo/delete-artifact@v5
with:
name: changelog-*
failOnError: false

- name: Setup Python environment
run: |
Expand Down Expand Up @@ -160,3 +155,9 @@ jobs:
CelesteStudio-linux-x64.zip
CelesteStudio-macos-x64.zip
CelesteStudio-macos-arm64.zip
- name: Clean-up changelog artifacts
uses: geekyeggo/delete-artifact@v5
with:
name: changelog-*
failOnError: false

0 comments on commit b79ad3b

Please sign in to comment.