Skip to content

Commit ca0478e

Browse files
committed
Corrected bad name
1 parent 1ed3119 commit ca0478e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
- name: Download Artifacts
104104
uses: actions/download-artifact@v4
105105

106-
- name: List Directory
107-
run: |
108-
pwd
109-
ls -R
110-
ls "Lua Binaries/"
106+
#- name: List Directory
107+
# run: |
108+
# pwd
109+
# ls -R
110+
# ls "Lua Binaries/"
111111

112112
- name: Install GitHub CLI
113113
run: |
@@ -118,10 +118,9 @@ jobs:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
run: |
120120
TAG_NAME="${GITHUB_REF#refs/tags/}" # Extract the tag name
121-
ls -lh "Lua Binaries"
122121
gh release create "$TAG_NAME" \
123122
--draft \
124123
--title "$TAG_NAME" \
125124
--notes "Lua for Watcom builds from $TAG_NAME" \
126125
"Lua Binaries/Lua Exe.zip" \
127-
"Lua Binaries/Lua Img.zip"
126+
"Lua Binaries/Lua Ima.zip"

0 commit comments

Comments
 (0)