Skip to content

Commit 771f9af

Browse files
authored
Merge pull request #86 from IShix-g/release
fix: correct project path formatting in GitHub output
2 parents c733947 + dccc51d commit 771f9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
echo "normalized-package-name=$package_name" >> "$GITHUB_OUTPUT"
105105
echo "export-path=$export_path" >> "$GITHUB_OUTPUT"
106-
echo "normalized-project-path=$project_path" >> "$GITHUB_OUTPUT"
106+
echo "normalized-project-path=/$project_path/" >> "$GITHUB_OUTPUT"
107107
echo "::notice title=Export Path:: $export_path"
108108
109109
- uses: game-ci/unity-builder@v4

0 commit comments

Comments
 (0)