Skip to content

Commit

Permalink
build: fix cleanup workspace after build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Nov 10, 2023
1 parent 70cea3c commit 90d8171
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
path: |
./releases/macos
- name: Cleanup
if: always()
run: |
echo "Post-job Cleanup"
rm -rf ${{ github.workspace }}/*
shell: bash
- name: Cleanup workspace after build
if: always()
shell: bash
run: |
rm -rf ${{ github.workspace }}/*

0 comments on commit 90d8171

Please sign in to comment.