Skip to content

Commit e81fd14

Browse files
committed
list artifacts for macos
1 parent 638500f commit e81fd14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- name: Test
4040
working-directory: ./build/src/Release
4141
run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
42+
- name: list artifacts
43+
run: ls -l build/src
4244
- name: Artifact
4345
if: always()
4446
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)