Skip to content

Commit 1ed3119

Browse files
committed
More debug output
1 parent 9893c7f commit 1ed3119

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
run: |
108108
pwd
109109
ls -R
110+
ls "Lua Binaries/"
110111
111112
- name: Install GitHub CLI
112113
run: |
@@ -117,9 +118,10 @@ jobs:
117118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118119
run: |
119120
TAG_NAME="${GITHUB_REF#refs/tags/}" # Extract the tag name
121+
ls -lh "Lua Binaries"
120122
gh release create "$TAG_NAME" \
121123
--draft \
122124
--title "$TAG_NAME" \
123125
--notes "Lua for Watcom builds from $TAG_NAME" \
124-
"Lua Binaries/Lua Exe.zip"
126+
"Lua Binaries/Lua Exe.zip" \
125127
"Lua Binaries/Lua Img.zip"

0 commit comments

Comments
 (0)