Skip to content

Commit e033127

Browse files
debug
1 parent acbb12e commit e033127

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/make-releases.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
with:
106106
if-no-files-found: error
107107
name: ${{steps.meta.outputs.filename}}
108+
path: ${{steps.meta.outputs.filename}}
108109

109110
release:
110111
name: Create/Update Release
@@ -124,6 +125,11 @@ jobs:
124125
with:
125126
path: artifacts
126127

128+
- name: test
129+
run: |
130+
set -eux
131+
ls -al artifacts
132+
127133
- name: Upload Builds to Release
128134
uses: ncipollo/release-action@v1
129135
with:

0 commit comments

Comments
 (0)