Skip to content

Commit

Permalink
updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjerqq committed Mar 6, 2024
1 parent 7274fac commit b552812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4.0.0

- name: Pack 📦
run: dotnet pack src/QuickForm --configuration Release --output .
run: dotnet pack --configuration Release --output .

- name: Add Github to NuGet Source 🔑
run: dotnet nuget add source --username ddjerqq --password ${{ secrets.NUGET_GITHUB_APIKEY }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/ddjerqq/index.json"
Expand Down
4 changes: 2 additions & 2 deletions src/QuickForm/QuickForm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</ItemGroup>

<ItemGroup>
<None Include="$(SolutionDir)README.md" Pack="true" PackagePath="\"/>
<None Include="$(SolutionDir)icon.png" Pack="true" PackagePath="\"/>
<None Include="$(SolutionDir)README.md" Pack="true" PackagePath=""/>
<None Include="$(SolutionDir)icon.png" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b552812

Please sign in to comment.