We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81fd14 commit 6f03ba7Copy full SHA for 6f03ba7
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
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
+ run: ls -Rl build/src
44
- name: Artifact
45
if: always()
46
uses: actions/upload-artifact@v3
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
- name: upload artifact (aarch64) to release
54
uses: actions/upload-release-asset@v1
55
env:
0 commit comments