Browse Source

update ignore

kerryzhang 3 years ago
parent
commit
a0b3b8f21a
2 changed files with 5 additions and 4 deletions
  1. 3 3
      .github/workflows/go.yml
  2. 2 1
      .gitignore

+ 3 - 3
.github/workflows/go.yml

@@ -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 }}

+ 2 - 1
.gitignore

@@ -5,4 +5,5 @@
 logs/
 
 # 生成的文件
-license-active-server
+license-active-server
+build-bin/