Skip to content

Commit fa5d6b4

Browse files
committed
Update build-validate.yaml
1 parent 6ef604e commit fa5d6b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-validate.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@ jobs:
5959
id: getversion
6060
uses: berglie/assembly-version/get@v1
6161
with:
62-
directory: `
62+
directory: env.DEBUG_OUTPUT
6363

6464
- name: Upload Artifact
6565
uses: actions/upload-artifact@v3
6666
with:
6767
name: ${{ format('WinNUT-Client-debugbuild-v2.2.{0}', steps.getversion.outputs.version) }}
6868
if-no-files-found: error
69-
path: |
70-
env.DEBUG_OUTPUT
69+
path: env.DEBUG_OUTPUT
7170

0 commit comments

Comments
 (0)