Skip to content

Commit

Permalink
change: url
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon73-Computing committed Mar 17, 2024
1 parent 4401208 commit 4afde5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Publish
run: >
dotnet nuget push AnovSyntax/bin/Release/Lemon73.AliceProject.AnovSyntax.${{ steps.get_version.outputs.version-without-v }}.nupkg
dotnet nuget push Lemon73.AliceProject.AnovSyntax.${{ steps.get_version.outputs.version-without-v }}.nupkg
-s https://nuget.pkg.github.com/Lemon73-Computing/index.json
-k ${{ secrets.NUGET_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: dotnet pack AnovSyntax/AnovSyntax.csproj -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}

- name: Push
run: dotnet nuget push Lemon73.AliceProject.AnovSyntax.${{ steps.get_version.outputs.version-without-v }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push AnovSyntax/bin/Release/Lemon73.AliceProject.AnovSyntax.${{ steps.get_version.outputs.version-without-v }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 4afde5e

Please sign in to comment.