]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
windows压缩修正
authorqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 13:33:00 +0000 (21:33 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 13:33:00 +0000 (21:33 +0800)
.github/workflows/go.yml
VERSION

index 5ba64d24932415fec0601a2196807aa424c502e0..add47c4dba823597f656f33190e5304513b80f7e 100644 (file)
@@ -8,7 +8,7 @@ on:
 jobs:
 
   ubuntu_build:
-    name: Build
+    name: ubuntu_build
     runs-on: ubuntu-latest
     steps:
 
@@ -50,7 +50,7 @@ jobs:
         asset_content_type: application/zip
 
   windows_build:
-    name: Build
+    name: windows_build
     runs-on: windows-latest
     steps:
 
@@ -67,7 +67,7 @@ jobs:
       run: go build -v -o demo/demo.run -i demo/main.go
       
     - name: zip
-      run: .\7za.exe x .\release_windows.zip
+      run: .\7za.exe a -r .\release_windows.zip ./
       
     - name: Release Drafter
       # You may pin to the exact commit or the version.
diff --git a/VERSION b/VERSION
index ad532d46f752f1fb85b3e0c3aec4f05a259d9aa1..6a5c1c424badf57ea3ca0c2175677103eb55d87c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010042117
\ No newline at end of file
+202010042131
\ No newline at end of file