Skip to content

Commit

Permalink
cicd: Appending project info to GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bak committed Mar 14, 2024
1 parent ef4cfd7 commit 1659d8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/assets/project_info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
</br>
### :gift_heart: Consider donating to show your appreciation
[Become a Github Sponsor](https://github.com/sponsors/mateusz-bak)
[Give a one time donation](https://www.buymeacoffee.com/mateuszbak)
</br>
#### [Join our community on Matrix.org](https://matrix.to/#/#openreads:matrix.org) to be involved in app's development.
11 changes: 11 additions & 0 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ on:
- published

jobs:
append_to_release:
name: Append project info
runs-on: ubuntu-latest
steps:
- name: Add Test Report to Release
uses: irongut/EditRelease@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
files: "assets/project_info.md"

build_github:
name: Build split apks and attach to release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1659d8e

Please sign in to comment.