Skip to content

Commit

Permalink
Update DT-Build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders authored Jul 19, 2024
1 parent b21432f commit b6e5764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DT-Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
Copy-Item -Path .\* -Destination ..\..\..\build_temp -Recurse -Force -Verbose -Exclude @("*.pdb", "*.xml", "*.config")
Compress-Archive -Path .\* -DestinationPath ..\..\..\build\Build.zip -Force
cd ..
Remove-Item -Path .\build_temp\ -Recurse -Force
Remove-Item -Path ..\..\build_temp\ -Recurse -Force
- name: Push build
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit b6e5764

Please sign in to comment.