We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271fd74 commit 8e58ffbCopy full SHA for 8e58ffb
2 files changed
.github/workflows/publish.yml
.github/workflows/release.yml
@@ -41,12 +41,13 @@ jobs:
41
shell: pwsh
42
43
- name: Push to NuGet
44
+ shell: pwsh
45
run: |
- dotnet nuget push "artifacts/*.nupkg" `
46
+ dotnet nuget push `
47
+ "artifacts/Eliot.UELib.${{ steps.nbgv.outputs.SemVer2 }}.nupkg" `
48
--api-key "${{ secrets.NUGET_API_KEY }}" `
49
--source "https://api.nuget.org/v3/index.json" `
50
--skip-duplicate
- shell: pwsh
51
52
- name: Upload Artifact
53
uses: actions/upload-artifact@v4
0 commit comments