Skip to content

Commit

Permalink
fix: asset file name published by script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starciad committed Jan 14, 2025
1 parent e1f6af1 commit 144d23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scripts/PS/publish_all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Write-Host "All publishing processes have been completed."
Write-Host "Copying assets directory..."

$source = "..\..\SS.ContentBundle\assets"
$destination = "$outputDirectory\$gameName.$gameVersion.assets)\assets"
$destination = "$outputDirectory\$gameName.$gameVersion.assets\assets"
$subdirectoriesToDelete = @("bin", "obj")

# Copy the source folder to the destination
Expand Down

0 comments on commit 144d23a

Please sign in to comment.