Skip to content

Commit

Permalink
fix(build): Fix no admin in deb (#119 #120)
Browse files Browse the repository at this point in the history
  • Loading branch information
lejianwen committed Feb 3, 2025
1 parent 01f697d commit 9c794e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
- name: Build package for ${{ matrix.job.platform }} arch
run: |
mv ${{ matrix.job.platform }}/release/apimain debian-build/${{ matrix.job.platform }}/bin/rustdesk-api
mv ${{ matrix.job.platform }}/release/resources/admin resources
chmod -v a+x debian-build/${{ matrix.job.platform }}/bin/*
mkdir -p data
cp -vr debian systemd conf data resources runtime debian-build/${{ matrix.job.platform }}/
Expand Down

0 comments on commit 9c794e9

Please sign in to comment.