Browse Source

fix(build): fix build_test.yml

lejianwen 1 year ago
parent
commit
c41038d2d8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build_test.yml

+ 2 - 1
.github/workflows/build_test.yml

@@ -184,9 +184,10 @@ jobs:
184 184
           path: |
185 185
             debian-build/*.deb
186 186
 
187
-      - name: Create Release
187
+      - name: Upload to GitHub Release
188 188
         uses: softprops/action-gh-release@v2
189 189
         with:
190
+          tag_name: test
190 191
           files: |
191 192
             debian-build/rustdesk-api-server_*_${{ matrix.job.debian_platform }}.deb
192 193