Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Set android SDK version #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2025
Merged

Set android SDK version #52

merged 2 commits into from
May 26, 2025

Conversation

sgoedecke
Copy link
Collaborator

Set the SDK version in our release action, since apparently it's mandatory. I chose 34 out of consistency with other GitHub CLI extensions.

@Copilot Copilot AI review requested due to automatic review settings May 26, 2025 00:06
@sgoedecke sgoedecke requested a review from a team as a code owner May 26, 2025 00:06
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR ensures the Android SDK version is explicitly set in the release workflow and removes the x86_64 Android build/upload steps for consistency.

  • Drop gh-models-android-amd64 from build and release artifacts
  • Add android_sdk_version: 34 input to the GitHub Actions release workflow

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
script/upload-release Removed gh-models-android-amd64 from the BINARIES list
script/build Removed GOOS=android GOARCH=amd64 build to stop creating amd64 APK
.github/workflows/release.yml Added android_sdk_version: 34 to the with: section of the release job

@sgoedecke sgoedecke merged commit 5445685 into main May 26, 2025
4 checks passed
@sgoedecke sgoedecke deleted the sgoedecke/set-sdk-version branch May 26, 2025 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants