diff options
author | Paolo Asperti <[email protected]> | 2022-07-21 12:05:52 +0200 |
---|---|---|
committer | Paolo Asperti <[email protected]> | 2022-07-21 12:05:52 +0200 |
commit | a98d32268504b7c53ba3c513a80a4f8bc6d65e84 (patch) | |
tree | a12efd6f2cba84553d4e808e86b8c368cd7fc361 /.github | |
parent | 670fb87ee11e74338214c010a8eb4ab125664bfe (diff) | |
download | rustdesk-server-a98d32268504b7c53ba3c513a80a4f8bc6d65e84.tar.gz rustdesk-server-a98d32268504b7c53ba3c513a80a4f8bc6d65e84.zip |
deb package build for rustdesk-utils
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a757901..06c8dd7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -341,4 +341,4 @@ jobs: files: | debian-build/rustdesk-server-hbbr_*_${{ matrix.job.debian_platform }}.deb debian-build/rustdesk-server-hbbs_*_${{ matrix.job.debian_platform }}.deb -# debian-build/rustdesk-server-utils_*_${{ matrix.job.debian_platform }}.deb + debian-build/rustdesk-server-utils_*_${{ matrix.job.debian_platform }}.deb |