File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments