We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638500f commit e81fd14Copy full SHA for e81fd14
.github/workflows/build.yml
@@ -39,6 +39,8 @@ jobs:
39
- name: Test
40
working-directory: ./build/src/Release
41
run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
42
+ - name: list artifacts
43
+ run: ls -l build/src
44
- name: Artifact
45
if: always()
46
uses: actions/upload-artifact@v3
0 commit comments