We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9826e3 + 1364e93 commit a77e98fCopy full SHA for a77e98f
.github/workflows/reusable-build-package.yaml
@@ -70,10 +70,6 @@ jobs:
70
builds_path="${{ inputs.builds-path }}"
71
package_name="${{ inputs.package-name }}_${{ inputs.tag }}.unitypackage"
72
73
- if [ -z "$project_path" ]; then
74
- project_path=${GITHUB_WORKSPACE/\/home\/runner\/work\/*\/*/\/github\/workspace}
75
- fi
76
-
77
builds_path="${builds_path#/}"
78
builds_path="${builds_path%/}"
79
project_path="${project_path#/}"
0 commit comments