We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8b3fa commit 8b52a95Copy full SHA for 8b52a95
.github/workflows/release.yml
@@ -58,8 +58,8 @@ jobs:
58
59
- name: Build x86 package
60
run: |
61
- chmod +x ./build/fnpack-1.0.4-linux-amd64
62
- ./build/fnpack-1.0.4-linux-amd64 build app
+ chmod +x ./build/fnpack-1.0.4-darwin-arm64
+ ./build/fnpack-1.0.4-darwin-arm64 build app
63
64
- name: Rename x86 package
65
run: mv code.editor.fpk code.editor.x86.fpk
@@ -73,8 +73,8 @@ jobs:
73
74
- name: Build arm package
75
76
77
78
79
- name: Rename arm package
80
run: mv code.editor.fpk code.editor.arm.fpk
build/fnpack-1.0.4-darwin-arm64
3.48 MB
0 commit comments