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

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Apr 22, 2021
1 parent ba2a0d6 commit 8dd3173
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
# Cleardown old build
- name: Clear old assets
run: |
rm -Rf ./src/flowcontrol/build
rm -Rf /home/runner/work/flowcontrol.zip
sudo rm -Rf ./src/flowcontrol/build
sudo rm -Rf /home/runner/work/flowcontrol.zip
- name: Build flowcontrol-monitor
working-directory: ./src/flowcontrol-monitor
run: dotnet publish -r osx-x64 -c Release /p:PublishSingleFile=true --self-contained True
Expand Down Expand Up @@ -134,8 +134,8 @@ jobs:
# Cleardown old build
- name: Clear old assets
run: |
rm -Rf ./src/flowcontrol/build
rm -Rf /home/runner/work/flowcontrol.zip
sudo rm -Rf ./src/flowcontrol/build
sudo rm -Rf /home/runner/work/flowcontrol.zip
- name: Build flowcontrol-monitor
working-directory: ./src/flowcontrol-monitor
run: dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true --self-contained True
Expand Down

0 comments on commit 8dd3173

Please sign in to comment.