Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Dec 27, 2023
1 parent 85e780d commit 69afc30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Install MAUI Workload
run: dotnet workload install maui --ignore-failed-sources
Expand All @@ -43,7 +43,7 @@ jobs:
run: >
dotnet publish Yosu/
-c Release
-f net7.0-android
-f net8.0-android
-p:AndroidKeyStore=true
-p:AndroidSigningKeyStore=${{ github.workspace }}/signing-key.keystore
-p:AndroidSigningStorePass="${{ secrets.PASSWORD }}"
Expand All @@ -55,7 +55,7 @@ jobs:
run: |
set -e
mv Yosu/bin/Release/net7.0-android/com.berry.yosu-Signed.apk Yosu.apk
mv Yosu/bin/Release/net8.0-android/com.berry.yosu-Signed.apk Yosu.apk
shell: bash

- name: Upload Android Artifact
Expand Down

0 comments on commit 69afc30

Please sign in to comment.