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 bcad9e7 commit e6f160dCopy full SHA for e6f160d
.github/workflows/release.yml
@@ -155,6 +155,12 @@ jobs:
155
SHASUM_DEBIAN_UNATTENDED: ${{ steps.shasum-debian-unattended.outputs.SHASUM_DEBIAN_UNATTENDED }}
156
SHASUM_UBUNTU_UNATTENDED: ${{ steps.shasum-ubuntu-unattended.outputs.SHASUM_UBUNTU_UNATTENDED }}
157
158
+ # print images directory
159
+ - name: Print images directory
160
+ run: |
161
+ echo "Images directory content:"
162
+ ls -lrt images/
163
+
164
- name: Create pre-release
165
uses: softprops/action-gh-release@v2
166
with:
0 commit comments