Skip to content

Commit

Permalink
git action
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Nov 3, 2024
1 parent 9be7ce7 commit 97d7014
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ jobs:

- name: Prep release
run: |
rm -f Release/Beacons/*
rm -f Release/Beacons/.gitignore
rm -f Release/Beacons
rm -f Release/Client/.gitignore
rm -f Release/Client/logs/.gitignore
rm -f Release/Client/libGrpcMessages/build/py/.gitignore
rm -f Release/Modules/*
rm -f Release/Modules/.gitignore
mv ./Release/Modules/ ./Release/TeamServerModules/
rm -f Release/Scripts/.gitignore
rm -f Release/TeamServer/.gitignore
rm -f Release/Tools/.gitignore
Expand Down

0 comments on commit 97d7014

Please sign in to comment.