We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4692bab commit 978136cCopy full SHA for 978136c
.github/workflows/release.yml
@@ -92,9 +92,12 @@ jobs:
92
id: download
93
with:
94
merge-multiple: true
95
+ path: artifacts
96
97
- name: Print Download Path
- 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 }}
101
102
- name: 📂 Create Release
103
uses: softprops/action-gh-release@v1
0 commit comments