Skip to content

Commit c5b749f

Browse files
committed
Assume download-artifact path is a file
1 parent 43a4535 commit c5b749f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,11 @@ jobs:
100100
uses: actions/download-artifact@v4
101101
with:
102102
name: 'Lua Binaries'
103-
path: artifact
103+
path: artifact.zip
104104

105105
- name: Unzip Artifact
106106
run: |
107-
pwd
108-
ls -l
109-
unzip "artifact/Lua Binaries.zip" -d extracted
107+
unzip "artifact.zip" -d extracted
110108
111109
- name: Install GitHub CLI
112110
run: |

0 commit comments

Comments
 (0)