Skip to content

Commit 6f03ba7

Browse files
committed
recursive ls
1 parent e81fd14 commit 6f03ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: ./build/src/Release
4141
run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
4242
- name: list artifacts
43-
run: ls -l build/src
43+
run: ls -Rl build/src
4444
- name: Artifact
4545
if: always()
4646
uses: actions/upload-artifact@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: ./build/src/Release
5050
run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
5151
- name: list artifacts
52-
run: ls -l build/src
52+
run: ls -Rl build/src
5353
- name: upload artifact (aarch64) to release
5454
uses: actions/upload-release-asset@v1
5555
env:

0 commit comments

Comments
 (0)