From ee2895c1aaf88da32413b8a88a3d9a5f2aceb7fc Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Sun, 21 Jan 2024 02:19:53 -0600 Subject: [PATCH] Update workflow --- .github/actions/full-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/full-build/action.yml b/.github/actions/full-build/action.yml index 962de77..b9f4111 100644 --- a/.github/actions/full-build/action.yml +++ b/.github/actions/full-build/action.yml @@ -45,7 +45,7 @@ runs: - name: Build for Android shell: bash run: > - dotnet publish .\JournalApp\JournalApp\JournalApp.csproj -o publish -c:Release -f:net8.0-android + dotnet publish ./JournalApp/JournalApp.csproj -o publish -c:Release -f:net8.0-android -p:AndroidKeyStore=True -p:AndroidSigningKeyStore="${{ steps.create_keystore.outputs.filePath }}" -p:AndroidSigningStorePass="${{ inputs.RELEASE_KEYSTORE_PASS }}"