Skip to content

Commit

Permalink
Update publish_mauiex_nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Oct 19, 2023
1 parent fdde699 commit faaf138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_mauiex_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build
run: |
msbuild /restore /t:Build,Pack MauiEx\dotMorten.MauiEx.csproj /p:Configuration=Release /p:CertificatePath=${{ steps.cert_file.outputs.filePath }} /p:CertificatePassword=${{ secrets.PFX_PASSWORD }}
msbuild /restore /t:Build,Pack MauiEx\MauiEx.csproj /p:Configuration=Release /p:CertificatePath=${{ steps.cert_file.outputs.filePath }} /p:CertificatePassword=${{ secrets.PFX_PASSWORD }}
- name: Sign NuGet Package
run: |
Expand Down

0 comments on commit faaf138

Please sign in to comment.