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 f7c459e commit b21432f
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 @@ -25,7 +25,7 @@ jobs:
New-Item -Path .\build_temp -ItemType Directory
cd .\WIMExplorer\bin\Debug
Copy-Item -Path .\* -Destination ..\..\..\build_temp -Recurse -Force -Verbose -Exclude @("*.pdb", "*.xml", "*.config")
Compress-Archive -Path .\* -DestinationPath ..\build\Build.zip -Force
Compress-Archive -Path .\* -DestinationPath ..\..\..\build\Build.zip -Force
cd ..
Remove-Item -Path .\build_temp\ -Recurse -Force
- name: Push build
Expand Down

0 comments on commit b21432f

Please sign in to comment.