Skip to content

Commit ffa2e7e

Browse files
committed
Add output listing before GitHub release commands
1 parent df7212e commit ffa2e7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
# draft: false
6161
# prerelease: false
6262
run: |
63+
ls -l ${{ github.workspace }}/output/
6364
gh release view v${{ env.isotag }} -R t2linux/T2-Ubuntu || \
6465
gh release create v${{ env.isotag }} -t v${{ env.isotag }} -F ${{ github.workspace }}/instructions.txt -R t2linux/T2-Ubuntu
6566
gh release upload v${{ env.isotag }} ${{ github.workspace }}/output/* --clobber -R t2linux/T2-Ubuntu
@@ -168,6 +169,7 @@ jobs:
168169
# draft: false
169170
# prerelease: false
170171
run: |
172+
ls -l ${{ github.workspace }}/output/
171173
gh release view v${{ env.isotag }} -R t2linux/T2-Ubuntu || \
172174
gh release create v${{ env.isotag }} -t v${{ env.isotag }} -F ${{ github.workspace }}/instructions.txt -R t2linux/T2-Ubuntu
173175
gh release upload v${{ env.isotag }} ${{ github.workspace }}/output/* --clobber -R t2linux/T2-Ubuntu

0 commit comments

Comments
 (0)