Skip to content

Commit cbed6b4

Browse files
authored
Merge pull request #81 from IShix-g/release
fix: correct builds-path default value and artifact path
2 parents 5094d40 + c2bba9e commit cbed6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
description: 'Specify the path to your Unity project or package to be tested. The path should be relative to the root of your project.'
2222
required: false
2323
type: string
24-
default: '/'
24+
default: ''
2525
builds-path:
2626
description: 'Path where the builds should be stored.'
2727
required: false
@@ -87,4 +87,4 @@ jobs:
8787
- uses: actions/upload-artifact@v4
8888
with:
8989
name: Build-StandaloneLinux64
90-
path: ${{ inputs.builds-path }}/StandaloneLinux64
90+
path: /github/workspace/${{ inputs.builds-path }}/StandaloneLinux64

0 commit comments

Comments
 (0)