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

Commit 500673e

Browse files
committed
rename command changed
1 parent cfd446e commit 500673e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,17 @@ jobs:
2525
- name: Build project
2626
run: yarn build
2727

28-
- name: Ls project
29-
run: ls
30-
3128
- name: Build binaries
3229
run: pkg ./dist/main.js
3330

34-
- name: Ls project
35-
run: ls
36-
3731
- name: Rename linux binary
38-
run: mv /dist/main-linux /autoadmin-cli-linux
32+
run: mv main-linux autoadmin-cli-linux
3933

4034
- name: Rename macos binary
41-
run: mv /dist/main-macos /autoadmin-cli-macos
35+
run: mv main-macos autoadmin-cli-macos
4236

4337
- name: Rename windows binary
44-
run: mv /dist/main-win.exe /autoadmin-cli-windows.exe
38+
run: mv main-win.exe autoadmin-cli-windows.exe
4539

4640
- name: Publish release
4741
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)