Skip to content

Commit

Permalink
CI: This is gonna be my whole day, isn't it?
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Nov 3, 2024
1 parent 06f7ebb commit a230750
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,13 @@ jobs:
shell: bash
run: dotnet publish -c Release -r osx-arm64 --self-contained Refresher /p:Version=${VERSION}

- name: Setup Android SDK
uses: android-actions/setup-android@v3

- name: Install Android workload
if: matrix.os == 'ubuntu-latest'
run: dotnet workload install android

- name: Publish for Android ARM64
if: matrix.os == 'ubuntu-latest'
run: dotnet publish -c Release -r android-arm64 --self-contained Refresher.AndroidApp /p:Version=${VERSION}
run: dotnet publish -c Release -r android-arm64 --self-contained Refresher.AndroidApp /p:AndroidSdkDirectory=/usr/local/lib/android/sdk /p:Version=${VERSION}

- name: Create macOS universal2 binary
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit a230750

Please sign in to comment.