|
@@ -24,7 +24,7 @@ jobs:
|
|
|
- name: Config MacOS amd64
|
|
|
run: CGO_ENABLED=0 GOOS=darwin GOARCH=amd64
|
|
|
- name: Build MacOS amd64
|
|
|
- run: go build -o build-bin/jrebel-license-active-server-darwin_amd64.app ./
|
|
|
+ run: go build -o build-bin/jrebel-license-active-server-darwin_amd64 ./
|
|
|
|
|
|
- name: Config Windows amd64
|
|
|
run: CGO_ENABLED=0 GOOS=windows GOARCH=amd64
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
name: exec file
|
|
|
path: |
|
|
|
build-bin/jrebel-license-active-server-linux_amd64
|
|
|
- build-bin/jrebel-license-active-server-darwin_amd64.app
|
|
|
+ build-bin/jrebel-license-active-server-darwin_amd64
|
|
|
build-bin/jrebel-license-active-server-windows_amd64.exe
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
|
with:
|
|
|
files: |
|
|
|
build-bin/jrebel-license-active-server-linux_amd64
|
|
|
- build-bin/jrebel-license-active-server-darwin_amd64.app
|
|
|
+ build-bin/jrebel-license-active-server-darwin_amd64
|
|
|
build-bin/jrebel-license-active-server-windows_amd64.exe
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|