diff options
author | Paolo Asperti <[email protected]> | 2022-07-14 15:59:39 +0200 |
---|---|---|
committer | Paolo Asperti <[email protected]> | 2022-07-14 15:59:39 +0200 |
commit | 06409279f4ddd343eea1f0222bfc8deb4b46fb7d (patch) | |
tree | 046bd3808c409cf0626af1c613951536060ca46b /.github/workflows | |
parent | 39153ce1472417be101051baecb452da467f2652 (diff) | |
download | rustdesk-server-06409279f4ddd343eea1f0222bfc8deb4b46fb7d.tar.gz rustdesk-server-06409279f4ddd343eea1f0222bfc8deb4b46fb7d.zip |
rustdesk-utils
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 632310d..b3e82cf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -66,6 +66,7 @@ jobs: path: | target/${{ matrix.job.target }}/release/hbbr target/${{ matrix.job.target }}/release/hbbs + target/${{ matrix.job.target }}/release/rustdesk-utils if-no-files-found: error # github (draft) release with all binaries @@ -102,7 +103,7 @@ jobs: path: i386 - name: Rename files - run: for arch in amd64 arm64v8 armv7 i386 ; do for b in hbbr hbbs ; do mv -v ${arch}/${b} ${arch}/${b}-${arch} ; done ; done + run: for arch in amd64 arm64v8 armv7 i386 ; do for b in hbbr hbbs rustdesk-utils ; do mv -v ${arch}/${b} ${arch}/${b}-${arch} ; done ; done - name: Create Release uses: softprops/action-gh-release@v1 |