File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,11 @@ jobs:
97
97
98
98
- name : Extract and prepare the application binary for AMD64
99
99
run : |
100
- mkdir -p build-amd64/usr/bin
101
- tar -xf fyne-cross/dist/linux-amd64/Kensho.tar.xz -C build-amd64/usr/bin
102
- mv build-amd64/usr/bin/Kensho /build-amd64/usr/bin/kensho
103
- chmod +x build-amd64/usr/bin/kensho
100
+ tar -xf fyne-cross/dist/linux-amd64/Kensho.tar.xz -C build-amd64/
104
101
105
102
- name : Extract and prepare the application binary for ARM64
106
103
run : |
107
- mkdir -p build-arm64/usr/bin
108
- tar -xf fyne-cross/dist/linux-amd64/Kensho.tar.xz -C build-arm64/usr/bin
109
- mv build-amd64/usr/bin/Kensho /build-arm64/usr/bin/kensho
110
- chmod +x build-arm64/usr/bin/kensho
104
+ tar -xf fyne-cross/dist/linux-amd64/Kensho.tar.xz -C build-arm64/
111
105
112
106
- name : Build DEB package for AMD64
113
107
run : dpkg-deb --build build-amd64 kensho-amd64.deb
You can’t perform that action at this time.
0 commit comments