Skip to content

Commit 7b3c7b8

Browse files
committed
Update LUA build module workflow
1 parent 8503c7a commit 7b3c7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-lua.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
.
3333
3434
- name: List artifacts
35-
run: ls -lah artifacts
35+
run: ls -lah artifacts && ls -lah artifacts/artifacts
3636

3737
- name: Create checksums
3838
run: |
39-
cd artifacts
39+
cd artifacts/artifacts
4040
sha256sum * > SHA256SUMS
4141
4242
- name: Upload Lua modules to GitHub Release

0 commit comments

Comments
 (0)