Skip to content

Commit 8e58ffb

Browse files
committed
Update release.yml
1 parent 271fd74 commit 8e58ffb

2 files changed

Lines changed: 3 additions & 71 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ jobs:
4141
shell: pwsh
4242

4343
- name: Push to NuGet
44+
shell: pwsh
4445
run: |
45-
dotnet nuget push "artifacts/*.nupkg" `
46+
dotnet nuget push `
47+
"artifacts/Eliot.UELib.${{ steps.nbgv.outputs.SemVer2 }}.nupkg" `
4648
--api-key "${{ secrets.NUGET_API_KEY }}" `
4749
--source "https://api.nuget.org/v3/index.json" `
4850
--skip-duplicate
49-
shell: pwsh
5051
5152
- name: Upload Artifact
5253
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)