Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Cleardown zip after build
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Apr 22, 2021
1 parent 8dd3173 commit 5e81fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
# Cleardown old build
- name: Clear old assets
run: |
sudo rm -Rf flowcontrol.zip
sudo rm -Rf ./src/flowcontrol/build
sudo rm -Rf /home/runner/work/flowcontrol.zip
- name: Build flowcontrol-monitor
Expand Down Expand Up @@ -134,6 +135,7 @@ jobs:
# Cleardown old build
- name: Clear old assets
run: |
sudo rm -Rf flowcontrol.zip
sudo rm -Rf ./src/flowcontrol/build
sudo rm -Rf /home/runner/work/flowcontrol.zip
- name: Build flowcontrol-monitor
Expand Down

0 comments on commit 5e81fd0

Please sign in to comment.