Skip to content

Commit 8e61473

Browse files
Update main_build_apk.yml
1 parent d2627a6 commit 8e61473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_build_apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Restore dependencies
2727
run: dotnet restore
2828
- name: Build
29-
run: dotnet build MauiGithubActionsSample/MauiGithubActionsSample.csproj -c Release -f net8.0-android /p:AndroidSigningKeyStore=myapp.keystore /p:AndroidSigningKeyAlias=ghactionskey /p:AndroidSigningKeyPass="${{ secrets.KEYSTORE_PASSWORD }}" /p:AndroidSigningStorePass="${{ secrets.KEYSTORE_PASSWORD_ALIAS }}" --no-restore
29+
run: dotnet build MauiApp7.csproj -c Release -f net8.0-android /p:AndroidSigningKeyStore=myapp.keystore /p:AndroidSigningKeyAlias=ghactionskey /p:AndroidSigningKeyPass="${{ secrets.KEYSTORE_PASSWORD }}" /p:AndroidSigningStorePass="${{ secrets.KEYSTORE_PASSWORD_ALIAS }}" --no-restore
3030
- name: Upload a Build Artifact
3131
uses: actions/upload-artifact@v3.1.0
3232
with:

0 commit comments

Comments
 (0)