Skip to content

Commit

Permalink
Update wg-windows-build-publish-.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Oct 31, 2023
1 parent 3c3a459 commit f33fa15
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/wg-windows-build-publish-.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: AutoModality/action-clean@v1
- name: Run a multi-line script
run: |
rm -r .\x86\
rm -rf .\amd64\
rm -rf .\arm64\
rm -rf .\installer\dist\
rm -rf .\installer\arm64\
rm -rf .\installer\amd64\
rm -rf .\installer\x86\
# This part here is cloning a second repository
# While cloning the repository:
# - it clones the repo into the given `path`
Expand Down

0 comments on commit f33fa15

Please sign in to comment.