Skip to content

Commit

Permalink
ok, no zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Apr 26, 2024
1 parent 851684c commit 60ece95
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,18 @@ jobs:
mkdir -p .debpkg/usr/local/bin
mkdir -p .debpkg/usr/share/aiscatcher/my-plugins
ls -alR
unzip *.zip
cp AIS-catcher .debpkg/usr/local/bin/
cp plugins/* .debpkg/usr/share/aiscatcher/my-plugins/
chmod +x .debpkg/usr/local/bin/AIS-catcher
# create DEBIAN directory if you want to add other pre/post scripts
mkdir -p .debpkg/DEBIAN
echo -e "echo postinst" > .debpkg/DEBIAN/postinst
chmod +x .debpkg/DEBIAN/postinst
ls -alR

- uses: jiro4989/build-deb-action@v3
- name: Run build-deb-action from jiro4989
uses: jiro4989/build-deb-action@v3
with:
package: AIS-catcher
package_root: .debpkg
Expand Down

0 comments on commit 60ece95

Please sign in to comment.