Skip to content

Commit

Permalink
clear old artifacts on signing machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Apr 16, 2024
1 parent 5d56779 commit a9c6fa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
platform:
- windows-latest # [windows, x64]
steps:
- name: Clear out old artifacts
shell: bash
run: rm -rf release
- name: Download unsigned artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a9c6fa7

Please sign in to comment.