Skip to content

Commit 94400ad

Browse files
committed
Removed Upzip Artifact
1 parent 9d0d537 commit 94400ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ jobs:
9999
- name: Download Artifacts
100100
uses: actions/download-artifact@v4
101101

102-
- name: Unzip Artifact
102+
- name: List Directory
103103
run: |
104104
ls -R
105-
unzip "artifact.zip" -d extracted
106105
107106
- name: Install GitHub CLI
108107
run: |
@@ -117,4 +116,4 @@ jobs:
117116
--draft \
118117
--title "$TAG_NAME" \
119118
--notes "Lua for Watcom builds from $TAG_NAME" \
120-
extracted/*.zip
119+
"Lua Binaries/*.zip"

0 commit comments

Comments
 (0)