Skip to content

Commit

Permalink
Experiments with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulyaara committed Feb 19, 2024
1 parent 67e2bea commit 8fb4e5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release Signing
run-name: Release Build Signing
name: Build Signed Release
run-name: Build Signed Release

on:
push:
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
name: Release - ${{env.version_name}}
generate_release_notes: true
prerelease: true
files: app/build/outputs/bundle/kafka/app-release.apk
files: app/build/outputs/apk/release/app-release.apk
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ fastlane/readme.md
/.idea/modules.xml
/.idea/misc.xml

/Sarahang/
Binary file removed app/release/app-release.apk
Binary file not shown.

0 comments on commit 8fb4e5f

Please sign in to comment.