We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00390a commit 8988d0dCopy full SHA for 8988d0d
.github/workflows/build_latest.yml
@@ -32,6 +32,9 @@ jobs:
32
env:
33
GENERATE_DIST: 1
34
35
+ - name: "List artifacts"
36
+ run: "ls /lkDist/discvr/DISCVR-*"
37
+
38
# See: https://github.com/marketplace/actions/automatic-releases
39
- name: Deploy Build
40
if: github.ref == '/refs/heads/${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
@@ -41,5 +44,4 @@ jobs:
41
44
automatic_release_tag: "latest"
42
45
prerelease: true
43
46
title: "DISCVR Development Build: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
- files: |
- /lkDist/discvr/DISCVR-*
47
+ files: /lkDist/discvr/DISCVR-*
0 commit comments