We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bfa20 commit ee2895cCopy full SHA for ee2895c
.github/actions/full-build/action.yml
@@ -45,7 +45,7 @@ runs:
45
- name: Build for Android
46
shell: bash
47
run: >
48
- 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
49
-p:AndroidKeyStore=True
50
-p:AndroidSigningKeyStore="${{ steps.create_keystore.outputs.filePath }}"
51
-p:AndroidSigningStorePass="${{ inputs.RELEASE_KEYSTORE_PASS }}"
0 commit comments