Skip to content

Commit 978136c

Browse files
more more more
1 parent 4692bab commit 978136c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,12 @@ jobs:
9292
id: download
9393
with:
9494
merge-multiple: true
95+
path: artifacts
9596

9697
- name: Print Download Path
97-
run: echo "Downloaded Artifacts to ${{ steps.download.outputs.download-path }}"
98+
run: |
99+
echo "Downloaded Artifacts to ${{ steps.download.outputs.download-path }}"
100+
ls -lsah ${{ steps.download.outputs.download-path }}
98101
99102
- name: 📂 Create Release
100103
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)