Skip to content

release

release #3

Workflow file for this run

name: release
on:
push:
tags:
- "*"
workflow_run:
workflows: [tests]
types:
- completed
jobs:
build-artifacts:
uses: ./.github/workflows/common-build.yml
secrets: inherit
create-release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: context-launcher-debug-and-release-apk-and-aab
- name: list files
run: ls -Rali
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
with:
make_latest: "true"
generate_release_notes: true
files: |
*.apk
*.aab