CI/CD build apk #5

Merged
stcb merged 15 commits from apkbuild into dev 2025-02-17 09:29:24 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit ec9e5434e5 - Show all commits

View File

@ -7,8 +7,9 @@ jobs:
build:
runs-on: debian
steps:
- uses: actions/checkout@main
subpath: dialer/
- uses: actions/checkout@v1
with:
subpath: dialer/
- uses: icing/flutter@test
- uses: actions/upload-artifact@v1
with:

View File

@ -8,7 +8,8 @@ jobs:
runs-on: debian
steps:
- uses: actions/checkout@v1
subpath: website/
with:
subpath: website/
- name: setup env
run: |
. ./.env || true