Skip to content

Commit

Permalink
publish path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NBKRedSpy committed Mar 29, 2023
1 parent 2fde5b5 commit 34c7eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dotnet publish
# Get the file name from the C# project name
$ProjectName = "CardSurvival-Localization"

Compress-Archive -Path "C:\src\CardSurvival\CardSurvival-Localization\CardSurvival-Localization\bin\Debug\net6.0\publish\*" -Force -DestinationPath ./$ProjectName.zip
Compress-Archive -Path "./CardSurvival-Localization/bin/Debug/net6.0/publish/*" -Force -DestinationPath ./$ProjectName.zip

0 comments on commit 34c7eb4

Please sign in to comment.