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

Commit 0a6af86

Browse files
committed
fixed github actions (fixed patch to dist folder)
1 parent b7dd333 commit 0a6af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: yarn build
2727

2828
- name: Enter into dist
29-
run: cd dist
29+
run: cd /home/runner/work/autoadmin-cli/dist
3030

3131
- name: Build binaries
3232
run: pkg main.js

0 commit comments

Comments
 (0)