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

Commit 7b1cb30

Browse files
committed
ls added
1 parent 0a6af86 commit 7b1cb30

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
@@ -25,8 +25,11 @@ jobs:
2525
- name: Build project
2626
run: yarn build
2727

28+
- name: Ls project
29+
run: ls
30+
2831
- name: Enter into dist
29-
run: cd /home/runner/work/autoadmin-cli/dist
32+
run: cd /autoadmin-cli/dist
3033

3134
- name: Build binaries
3235
run: pkg main.js

0 commit comments

Comments
 (0)