Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed Apr 6, 2023
1 parent a4d3f0b commit 3f704e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
NET_VERSION: 7.0.101
PROJECT_PATH: 'Scr/StateButton.csproj'
PROJECT_PATH: 'Scr/IeuanWalker.Maui.StateButton.csproj'
NUGET_PATH: './**/IeuanWalker.Maui.StateButton.${{ github.event.release.tag_name }}.nupkg'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
NET_VERSION: 7.0.101
PROJECT_PATH: 'Scr/StateButton.csproj'
PROJECT_PATH: 'Scr/IeuanWalker.Maui.StateButton.csproj'
NUGET_PATH: './**/IeuanWalker.Maui.StateButton.1.0.0.nupkg'

jobs:
Expand Down

0 comments on commit 3f704e7

Please sign in to comment.