Skip to content

Commit

Permalink
Fix abuild workflow build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Apr 30, 2024
1 parent c457b4d commit ca1e30c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/abuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ jobs:
with:
arch: ${{ matrix.arch }}
build: |
chmod +x ./build_all.sh
./build_all.sh
cd hassio-os-agent/
abuild -r
cd ../hassio-supervised/
abuild -r
cd ../hassio-supervised-nm/
abuild -r
cd ../hassio-dbus-openrc/
abuild -r
gh-release:
name: Publish GitHub release
Expand Down

0 comments on commit ca1e30c

Please sign in to comment.