Skip to content

Commit

Permalink
Fixed some powershell uppercasing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Jul 21, 2023
1 parent 6fc7589 commit 14c86cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy_both.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ cd $PSScriptRoot\..
# Rename hemtt zip
Rename-Item -Path .\releases\7CavAddon_$tagVersion.zip -NewName 7CavAddon_$tagVersion-pboProject.zip
Move-Item -Path .\tools\temp\7CavAddon_$tagVersion-hemtt.zip -Destination .\releases\.
Remove-Item .\temp -Force -Recurse -ErrorAction 'silentlycontinue'
Remove-Item .\tools\temp -Force -Recurse -ErrorAction 'SilentlyContinue'

0 comments on commit 14c86cf

Please sign in to comment.