Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ARDev1161 authored Jul 20, 2021
1 parent cab12ce commit 83c60ad
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,14 @@ jobs:
#arch: x86_64 #aarch64
#format: deb
#package: ./.github/workflows/package/deb.yaml

uses: jiro4989/build-deb-action@v2
run: |
mkdir -p .debpkg/usr/bin
mkdir -p .debpkg/usr/lib/AmurClient
echo -e "echo AmurClient" > .debpkg/usr/bin/AmurClient
chmod +x .debpkg/usr/bin/AmurClient
echo -e "a=1" > .debpkg/usr/lib/AmurClient/amur.cfg
- uses: jiro4989/build-deb-action@v2
with:
package: AmurClient
package_root: .debpkg
Expand Down

0 comments on commit 83c60ad

Please sign in to comment.