Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 6986d5f

Browse files
committed
ls added
1 parent 7b1cb30 commit 6986d5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
run: ls
3030

3131
- name: Enter into dist
32-
run: cd /autoadmin-cli/dist
32+
run: cd dist
33+
34+
- name: Ls dist
35+
run: ls
3336

3437
- name: Build binaries
3538
run: pkg main.js

0 commit comments

Comments
 (0)