]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
windows生成后缀修改为exe
authorqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 15:19:51 +0000 (23:19 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 15:19:51 +0000 (23:19 +0800)
.github/workflows/go.yml

index e20cbe96d887920e4e5607ed8bf9c3a0f54449c5..c93630a9f0b62c4e327e59d83e59120a2ec24ae1 100644 (file)
@@ -88,7 +88,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Build
-      run: go build -v -o demo/demo.run -i demo/main.go
+      run: go build -v -o demo/demo.exe -i demo/main.go
       
     - name: zip
       run: .\7za.exe a -r .\release_windows.zip ./