Skip to content

Commit

Permalink
more action fixes, maui sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Dec 7, 2024
1 parent 13eb350 commit 17ae3b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
dotnet: [ '7.0.410' ]
framework: ['net7.0-windows10.0.19041.52']
framework: ['net7.0-windows10.0.19041.0']
os: [ 'win10-x64' ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
dotnet: [ '7.0.410' ]
framework: ['net7.0-windows10.0.19041.52']
framework: ['net7.0-windows10.0.19041.0']
os: [ 'win10-x64' ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
dotnet: [ '7.0.410' ]
framework: ['net7.0-windows10.0.19041.52']
framework: ['net7.0-windows10.0.19041.0']
os: [ 'win10-x64' ]

steps:
Expand Down
3 changes: 1 addition & 2 deletions vNextReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

## Fixes

- [#683]
- Initial fix for Garmin Upload error
- [#683] Initial fix for Garmin Upload error. Additionally introduces new settings for configuring Garmin Api.

## Docker Tags

Expand Down

0 comments on commit 17ae3b3

Please sign in to comment.