Skip to content

Commit 9d0d537

Browse files
committed
Simplified the download-artifact parameters
1 parent c5b749f commit 9d0d537

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,10 @@ jobs:
9898
steps:
9999
- name: Download Artifacts
100100
uses: actions/download-artifact@v4
101-
with:
102-
name: 'Lua Binaries'
103-
path: artifact.zip
104101

105102
- name: Unzip Artifact
106103
run: |
104+
ls -R
107105
unzip "artifact.zip" -d extracted
108106
109107
- name: Install GitHub CLI

0 commit comments

Comments
 (0)