File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
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-*
Original file line number Diff line number Diff line change 2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828 with :
29- args : /lkDist/discvr/DISCVR-*
29+ args : ${HOME} /lkDist/discvr/DISCVR-*
You can’t perform that action at this time.
0 commit comments