mirror of
https://github.com/tooot-app/app
synced 2025-05-09 22:42:22 +02:00
Try to fix fastlane
This commit is contained in:
parent
d80d864bc5
commit
e14d679f33
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
- name: -- Step 4 -- Install node dependencies
|
- name: -- Step 4 -- Install node dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: -- Step 5 -- Install native dependencies
|
- name: -- Step 5 -- Install native dependencies
|
||||||
|
if: github.ref != 'refs/heads/main'
|
||||||
run: npx pod-install
|
run: npx pod-install
|
||||||
- name: -- Step 6 -- Install ruby dependencies
|
- name: -- Step 6 -- Install ruby dependencies
|
||||||
run: bundle install
|
run: bundle install
|
||||||
|
@ -57,7 +57,7 @@ private_lane :github_release do |options|
|
|||||||
description: "No changelog provided",
|
description: "No changelog provided",
|
||||||
commitish: git_branch,
|
commitish: git_branch,
|
||||||
is_prerelease: options[:prerelease]
|
is_prerelease: options[:prerelease]
|
||||||
upload_assets: [lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH]]
|
upload_assets: ["#{File.expand_path('..', Dir.pwd)}/tooot-#{GITHUB_RELEASE}.apk"]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -141,6 +141,7 @@ private_lane :build_android do
|
|||||||
"android.injected.signing.key.password" => ENV["ANDROID_KEYSTORE_KEY_PASSWORD"],
|
"android.injected.signing.key.password" => ENV["ANDROID_KEYSTORE_KEY_PASSWORD"],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
sh "mv #{lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH]} #{File.expand_path('..', Dir.pwd)}/tooot-#{GITHUB_RELEASE}.apk"
|
||||||
when "release"
|
when "release"
|
||||||
else
|
else
|
||||||
if !is_ci
|
if !is_ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user