Skip to content

Commit a77e98f

Browse files
authored
Merge pull request #94 from IShix-g/release
Simplify project_path handling in reusable workflow.
2 parents e9826e3 + 1364e93 commit a77e98f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ jobs:
7070
builds_path="${{ inputs.builds-path }}"
7171
package_name="${{ inputs.package-name }}_${{ inputs.tag }}.unitypackage"
7272
73-
if [ -z "$project_path" ]; then
74-
project_path=${GITHUB_WORKSPACE/\/home\/runner\/work\/*\/*/\/github\/workspace}
75-
fi
76-
7773
builds_path="${builds_path#/}"
7874
builds_path="${builds_path%/}"
7975
project_path="${project_path#/}"

0 commit comments

Comments
 (0)