File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
- name : Compile all artefacts
21
21
run : |
22
22
go run build.go -version "${{ github.ref }}"
23
- go run build.go -quick -version "${{ github.ref }}" -goarch =amd64 -goos =linux
23
+ go run build.go -quick -version "${{ github.ref }}" -GOARCH =amd64 -GOOS =linux
24
24
mv build/chesseract build/chesseract-linux-x64
25
- go run build.go -quick -version "${{ github.ref }}" -goarch =arm64 -goos =linux
25
+ go run build.go -quick -version "${{ github.ref }}" -GOARCH =arm64 -GOOS =linux
26
26
mv build/chesseract build/chesseract-linux-rpi
27
- go run build.go -quick -version "${{ github.ref }}" -goarch =amd64 -goos =darwin
27
+ go run build.go -quick -version "${{ github.ref }}" -GOARCH =amd64 -GOOS =darwin
28
28
mv build/chesseract build/chesseract-darwin-amd64
29
- go run build.go -quick -version "${{ github.ref }}" -goarch =amd64 -goos =windows
29
+ go run build.go -quick -version "${{ github.ref }}" -GOARCH =amd64 -GOOS =windows
30
30
mv build/chesseract.exe build/chesseract-windows-x64.exe
31
31
32
32
- name : Run tests again, just to be sure
You can’t perform that action at this time.
0 commit comments