Skip to content

ci: fix app signing #31

ci: fix app signing

ci: fix app signing #31

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build_and_test_frontend:
uses: ./.github/workflows/frontend.yaml
secrets: inherit
build_and_test_backend:
uses: ./.github/workflows/backend.yaml
secrets: inherit
release-test:
name: "Attach assets to release"
needs:
- build_and_test_frontend
runs-on: ubuntu-latest
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
- name: List stuff
run: |
ls -lah app-release-apk/