Skip to content

Commit ee2895c

Browse files
Update workflow
1 parent 05bfa20 commit ee2895c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/full-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
- name: Build for Android
4646
shell: bash
4747
run: >
48-
dotnet publish .\JournalApp\JournalApp\JournalApp.csproj -o publish -c:Release -f:net8.0-android
48+
dotnet publish ./JournalApp/JournalApp.csproj -o publish -c:Release -f:net8.0-android
4949
-p:AndroidKeyStore=True
5050
-p:AndroidSigningKeyStore="${{ steps.create_keystore.outputs.filePath }}"
5151
-p:AndroidSigningStorePass="${{ inputs.RELEASE_KEYSTORE_PASS }}"

0 commit comments

Comments
 (0)