Skip to content

Commit

Permalink
testing debian builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Apr 26, 2024
1 parent 658e984 commit 496c369
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,17 @@ jobs:
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4

with:
name: "AIS-catcher_linux-arm64"

- name: Create package structure
run: |
mkdir -p .debpkg/usr/local/bin
mkdir -p .debpkg/usr/share/aiscatcher/my-plugins
unzip output/*.zip
cp output/AIS-catcher .debpkg/usr/local/bin/
cp output/plugins/* .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
Expand Down

0 comments on commit 496c369

Please sign in to comment.