Skip to content

Commit 8b52a95

Browse files
committed
fix
1 parent ef8b3fa commit 8b52a95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
5959
- name: Build x86 package
6060
run: |
61-
chmod +x ./build/fnpack-1.0.4-linux-amd64
62-
./build/fnpack-1.0.4-linux-amd64 build app
61+
chmod +x ./build/fnpack-1.0.4-darwin-arm64
62+
./build/fnpack-1.0.4-darwin-arm64 build app
6363
6464
- name: Rename x86 package
6565
run: mv code.editor.fpk code.editor.x86.fpk
@@ -73,8 +73,8 @@ jobs:
7373
7474
- name: Build arm package
7575
run: |
76-
chmod +x ./build/fnpack-1.0.4-linux-amd64
77-
./build/fnpack-1.0.4-linux-amd64 build app
76+
chmod +x ./build/fnpack-1.0.4-darwin-arm64
77+
./build/fnpack-1.0.4-darwin-arm64 build app
7878
7979
- name: Rename arm package
8080
run: mv code.editor.fpk code.editor.arm.fpk

build/fnpack-1.0.4-darwin-arm64

3.48 MB
Binary file not shown.

0 commit comments

Comments
 (0)