Browse Source

test release_arm64.yml

ljw 1 year ago
parent
commit
e91b53eb32
1 changed files with 7 additions and 7 deletions
  1. 7 7
      .github/workflows/release_arm64.yml

+ 7 - 7
.github/workflows/release_arm64.yml

@@ -1,12 +1,12 @@
1
-name: Build and Release
1
+name: Build and Release Arm64
2 2
 
3
-#on:
4
-#  push:
5
-#    tags:
6
-#      - 'v*.*.*'  # 当推送带有版本号的 tag(例如 v1.0.0)时触发工作流
7 3
 on:
8 4
   push:
9
-    branches: [ "master" ]
5
+    tags:
6
+      - 'v*.*.*'  # 当推送带有版本号的 tag(例如 v1.0.0)时触发工作流
7
+#on:
8
+#  push:
9
+#    branches: [ "master" ]
10 10
 #  pull_request:
11 11
 #    branches: [ "master" ]
12 12
 
@@ -33,7 +33,7 @@ jobs:
33 33
         with:
34 34
           node-version: '20'
35 35
 
36
-      - name: install gcc zip musl
36
+      - name: install gcc
37 37
         run: |
38 38
           sudo apt-get install gcc-aarch64-linux-gnu -y
39 39