Skip to content

Commit

Permalink
Fix build - cp needed configs
Browse files Browse the repository at this point in the history
  • Loading branch information
1337-server authored Jun 23, 2022
1 parent d4eb681 commit 9f6f6e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,9 @@ jobs:
- name: Fix config files
run: |
cp setup/arm.yaml arm.yaml
mkdir -p /etc/arm/config/
cp setup/arm.yaml /etc/arm/config/arm.yaml
cp setup/apprise.yaml /etc/arm/config/apprise.yaml
cp setup/.abcde.conf /etc/arm/config/.abcde.conf
- name: Run A.R.M ui
run: timeout 1 python ./arm/runui.py || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi

0 comments on commit 9f6f6e2

Please sign in to comment.