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 5094d40 + c2bba9e commit cbed6b4Copy full SHA for cbed6b4
.github/workflows/reusable-build-package.yaml
@@ -21,7 +21,7 @@ on:
21
description: 'Specify the path to your Unity project or package to be tested. The path should be relative to the root of your project.'
22
required: false
23
type: string
24
- default: '/'
+ default: ''
25
builds-path:
26
description: 'Path where the builds should be stored.'
27
@@ -87,4 +87,4 @@ jobs:
87
- uses: actions/upload-artifact@v4
88
with:
89
name: Build-StandaloneLinux64
90
- path: ${{ inputs.builds-path }}/StandaloneLinux64
+ path: /github/workspace/${{ inputs.builds-path }}/StandaloneLinux64
0 commit comments