]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
压缩修正
authorqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 13:16:34 +0000 (21:16 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 13:16:34 +0000 (21:16 +0800)
.github/workflows/go.yml
7za.exe [new file with mode: 0644]

index b8b526ee92757a544cf56eeb6998dddff6c17a9b..5ba64d24932415fec0601a2196807aa424c502e0 100644 (file)
@@ -24,10 +24,8 @@ jobs:
     - name: Build
       run: go build -v -o demo/demo.run -i demo/main.go
       
-    - name: Zip Release
-      uses: TheDoctor0/zip-release@0.4.1
-      with:
-        filename: 'release_ubuntu.zip'
+    - name: zip
+      run: zip -q -r release_ubuntu.zip *
       
     - name: Release Drafter
       # You may pin to the exact commit or the version.
@@ -68,10 +66,8 @@ jobs:
     - name: Build
       run: go build -v -o demo/demo.run -i demo/main.go
       
-    - name: Zip Release
-      uses: TheDoctor0/zip-release@0.4.1
-      with:
-        filename: 'release_windows.zip'
+    - name: zip
+      run: .\7za.exe x .\release_windows.zip
       
     - name: Release Drafter
       # You may pin to the exact commit or the version.
diff --git a/7za.exe b/7za.exe
new file mode 100644 (file)
index 0000000..2bdd57d
Binary files /dev/null and b/7za.exe differ