fix(build): fix build_test.yml
This commit is contained in:
3
.github/workflows/build_test.yml
vendored
3
.github/workflows/build_test.yml
vendored
@@ -184,9 +184,10 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
debian-build/*.deb
|
debian-build/*.deb
|
||||||
|
|
||||||
- name: Create Release
|
- name: Upload to GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
tag_name: test
|
||||||
files: |
|
files: |
|
||||||
debian-build/rustdesk-api-server_*_${{ matrix.job.debian_platform }}.deb
|
debian-build/rustdesk-api-server_*_${{ matrix.job.debian_platform }}.deb
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user