Skip to content

Commit 119a6c6

Browse files
committed
Debug release publishing
1 parent 107ed6d commit 119a6c6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/build_latest.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ jobs:
3333
GENERATE_DIST: 1
3434

3535
- name: "List artifacts"
36-
run: "ls /lkDist/discvr/DISCVR-*"
36+
run: |
37+
"ls ${HOME}"
38+
"ls /github/home"
39+
"ls /github/home/lkDist"
40+
"ls /github/home/lkDist/discvr*"
3741
3842
# See: https://github.com/marketplace/actions/automatic-releases
3943
- name: Deploy Build
@@ -44,4 +48,4 @@ jobs:
4448
automatic_release_tag: "latest"
4549
prerelease: true
4650
title: "DISCVR Development Build: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
47-
files: /lkDist/discvr/DISCVR-*
51+
files: ${HOME}/lkDist/discvr/DISCVR-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
with:
29-
args: /lkDist/discvr/DISCVR-*
29+
args: ${HOME}/lkDist/discvr/DISCVR-*

0 commit comments

Comments
 (0)