]> 127.0.0.1 Git - forward/.git/commitdiff
1
authorqydysky <qydysky@foxmail.com>
Sun, 14 Apr 2024 04:22:50 +0000 (04:22 +0000)
committerqydysky <qydysky@foxmail.com>
Sun, 14 Apr 2024 04:22:50 +0000 (04:22 +0000)
.github/workflows/go.yml
7za.exe [new file with mode: 0755]

index 4a22b9c3cc3f8bfa2751571440011d0f2430620f..cd2202f0af39c5d63739623c53b1b4caecf51735 100644 (file)
@@ -70,7 +70,7 @@ jobs:
         CGO_ENABLED=0 go build -pgo=auto -v -buildmode=exe .
       
     - name: zip
-      run: zip -q -r ubuntu_go${{ matrix.go }}.zip demo
+      run: zip -q -r ubuntu_go${{ matrix.go }}.zip ./
 
     - name: Upload a Release Asset
       uses: softprops/action-gh-release@v2
@@ -107,7 +107,7 @@ jobs:
         go build -pgo=auto -v -buildmode=exe .
         
     - name: zip
-      run: .\7za.exe a -r .\windows_go${{ matrix.go }}.zip ./demo
+      run: .\7za.exe a -r .\windows_go${{ matrix.go }}.zip ./
 
     - name: Upload a Release Asset
       uses: softprops/action-gh-release@v2
@@ -144,7 +144,7 @@ jobs:
         go build -pgo=auto -v -buildmode=exe .
         
     - name: zip
-      run: zip -q -r macos_go${{ matrix.go }}.zip demo
+      run: zip -q -r macos_go${{ matrix.go }}.zip ./
 
     - name: Upload a Release Asset
       uses: softprops/action-gh-release@v2
diff --git a/7za.exe b/7za.exe
new file mode 100755 (executable)
index 0000000..2bdd57d
Binary files /dev/null and b/7za.exe differ