Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 6, 2024
1 parent 594f733 commit cac182e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ on:
required: true
type: boolean
default: true
fakepublish:
description: "build publish even if not publishing?"
required: false
type: boolean
default: false
github:
description: "Should we publish on Github?"
default: true
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ lane :build_flavor do |params|
FileUtils.mkdir dist_path
end
FileUtils.cp_r(Dir.glob(File.join(project_root_path, app_build_path, "android/app/build/outputs/apk/release/*.apk")),dist_path )
FileUtils.cp_r(Dir.glob(File.join(project_root_path, app_build_path, "android/app/build/outputs/bundle/release/*.aab")),dist_path )
end

if (ENV["GITHUB_ACTIONS"] != 'true')
Expand Down
2 changes: 1 addition & 1 deletion tools

0 comments on commit cac182e

Please sign in to comment.