Skip to content

Commit

Permalink
Remove unnecessary cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Oct 18, 2024
1 parent c73c1e9 commit e36b503
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,6 @@ jobs:
name: linux32
path: publish/*

- name: Cleanup temporary artifacts
if: success() && steps.upload-job.outcome == 'success'
run: |
rm -rf hlsdk
rm -f appversion.h
publish:
name: 'Publish'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -257,9 +251,3 @@ jobs:
*.7z
env:
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}

- name: Cleanup temporary artifacts
if: success() && steps.publish-job.outcome == 'success'
run: |
rm -rf bin debug hlsdk
rm -f *.7z *.zip appversion.h

0 comments on commit e36b503

Please sign in to comment.