Skip to content

Commit

Permalink
use scripts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jagheterfredrik committed Nov 8, 2024
1 parent b7098d6 commit e7f5596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

- name: Build Docker image
run: |
docker build -t builder docker/
./build_env.sh
- name: Build apk
run: |
docker run -v ./:/work -w /work builder ./scripts/build.sh full
./build.sh full
- name: Archive apk
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e7f5596

Please sign in to comment.