Skip to content

Commit d2b387b

Browse files
committed
Renamde DLLs before uploading
1 parent e61e873 commit d2b387b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
if: success() && github.event_name == 'push'
3232
run: dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
3333

34+
- name: Rename DLLs for artifact upload
35+
run: |
36+
mv bin/Release/netstandard2.1/Gamesmiths.Forge.dll Gamesmiths.Forge.netstandard2.1.dll
37+
mv bin/Release/net8.0/Gamesmiths.Forge.dll Gamesmiths.Forge.net8.0.dll
38+
3439
- name: Publish Release
3540
uses: softprops/action-gh-release@v2
3641
with:

0 commit comments

Comments
 (0)