We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871f76e commit 3cd8667Copy full SHA for 3cd8667
.github/workflows/build_latest.yml
@@ -32,12 +32,6 @@ jobs:
32
env:
33
GENERATE_DIST: 1
34
35
- - name: "List artifacts"
36
- run: |
37
- ls /home/runner/work/_temp/_github_home
38
- ls /home/runner/work/_temp/_github_home/lkDist/*
39
- ls /home/runner/work/_temp/_github_home/lkDist/discvr/*
40
-
41
# See: https://github.com/marketplace/actions/automatic-releases
42
- name: Deploy Build
43
if: github.ref == '/refs/heads/${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
0 commit comments