Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anmalkov authored Jan 9, 2024
1 parent e6eb6af commit b2b9421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Remove unneeded files and folders
run: |
rm -rf src/repos/brief/.git
find src/repos/brief -type f -exec rm {} +
find src/repos/brief -maxdepth 1 -type f -delete
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit b2b9421

Please sign in to comment.