Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Dec 23, 2023
1 parent 46342ae commit bfb8319
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
android:
runs-on: windows-2022
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -40,19 +40,24 @@ 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
# with:
# files: |
# "publish/*.apk"
# "publish/*.aab"
# fail_on_unmatched_files: true
# generate_release_notes: true

- name: Upload to Play Store
Expand Down
4 changes: 2 additions & 2 deletions JournalApp.Tests/JournalApp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" PrivateAssets="all">
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

Expand Down
2 changes: 1 addition & 1 deletion JournalApp/JournalApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Blazor-ApexCharts" Version="2.2.0" />
<PackageReference Include="Blazor-ApexCharts" Version="2.2.1" />
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.0-preview.6.23329.4" />
Expand Down

0 comments on commit bfb8319

Please sign in to comment.