From bfb83197a51d14ee2de61bf135841634904ba0ef Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Fri, 22 Dec 2023 18:33:21 -0600 Subject: [PATCH] update --- .github/workflows/build-and-deploy.yml | 7 ++++++- JournalApp.Tests/JournalApp.Tests.csproj | 4 ++-- JournalApp/JournalApp.csproj | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d626727..56f9978 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -7,7 +7,7 @@ on: jobs: android: - runs-on: windows-2022 + runs-on: windows-latest steps: - uses: actions/checkout@v3 with: @@ -40,12 +40,16 @@ jobs: -p:AndroidSigningStorePass="${{ secrets.RELEASE_KEYSTORE_PASS }}" -p:AndroidSigningKeyAlias="key" -p:AndroidSigningKeyPass="${{ secrets.RELEASE_KEYSTORE_PASS }}" + + - name: Show build output + run: ls publish - uses: actions/upload-artifact@v4 with: path: | "publish/*.apk" # "publish/*.aab" + if-no-files-found: 'error' # - name: Create GitHub release # uses: softprops/action-gh-release@v1 @@ -53,6 +57,7 @@ jobs: # files: | # "publish/*.apk" # "publish/*.aab" +# fail_on_unmatched_files: true # generate_release_notes: true - name: Upload to Play Store diff --git a/JournalApp.Tests/JournalApp.Tests.csproj b/JournalApp.Tests/JournalApp.Tests.csproj index a60460a..964a709 100644 --- a/JournalApp.Tests/JournalApp.Tests.csproj +++ b/JournalApp.Tests/JournalApp.Tests.csproj @@ -6,8 +6,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/JournalApp/JournalApp.csproj b/JournalApp/JournalApp.csproj index d033862..0556fa6 100644 --- a/JournalApp/JournalApp.csproj +++ b/JournalApp/JournalApp.csproj @@ -44,7 +44,7 @@ - +