Skip to content

Set android SDK version#52

Merged
sgoedecke merged 2 commits intomainfrom
sgoedecke/set-sdk-version
May 26, 2025
Merged

Set android SDK version#52
sgoedecke merged 2 commits intomainfrom
sgoedecke/set-sdk-version

Conversation

@sgoedecke
Copy link
Copy Markdown
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 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
Copy Markdown
Contributor

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

Comment thread script/upload-release Outdated
Comment thread .github/workflows/release.yml
@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.

3 participants