Skip to content

Commit 8988d0d

Browse files
committed
Debug release action
1 parent d00390a commit 8988d0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_latest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
env:
3333
GENERATE_DIST: 1
3434

35+
- name: "List artifacts"
36+
run: "ls /lkDist/discvr/DISCVR-*"
37+
3538
# See: https://github.com/marketplace/actions/automatic-releases
3639
- name: Deploy Build
3740
if: github.ref == '/refs/heads/${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
@@ -41,5 +44,4 @@ jobs:
4144
automatic_release_tag: "latest"
4245
prerelease: true
4346
title: "DISCVR Development Build: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
44-
files: |
45-
/lkDist/discvr/DISCVR-*
47+
files: /lkDist/discvr/DISCVR-*

0 commit comments

Comments
 (0)