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

Commit 78e5415

Browse files
committed
build patch changed
1 parent 6986d5f commit 78e5415

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,17 @@ jobs:
2828
- name: Ls project
2929
run: ls
3030

31-
- name: Enter into dist
32-
run: cd dist
33-
34-
- name: Ls dist
35-
run: ls
36-
3731
- name: Build binaries
38-
run: pkg main.js
32+
run: pkg ./dist/main.js
3933

4034
- name: Renave linux binary
41-
run: mv ./main-linux ./autoadmin-cli-linux
35+
run: mv ./dist/main-linux ./autoadmin-cli-linux
4236

4337
- name: Renave macos binary
44-
run: mv ./main-macos ./autoadmin-cli-macos
38+
run: mv ./dist/main-macos ./autoadmin-cli-macos
4539

4640
- name: Renave windows binary
47-
run: mv ./main-win.exe ./autoadmin-cli-windows.exe
41+
run: mv ./dist/main-win.exe ./autoadmin-cli-windows.exe
4842

4943
- name: Publish release
5044
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)