Skip to content

Commit 4b8d3cb

Browse files
committed
Fix can't push -preview versions
1 parent 433725d commit 4b8d3cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/RocketModFix.Unturned.Redist.Client-Preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: ./.github/actions/nuget-pack
2828
id: nuget-pack
2929
with:
30-
nuspec_path: redist/redist-client-preview/RocketModFix.Unturned.Redist.Client-Preview.nuspec
30+
nuspec_path: redist/redist-client-preview/RocketModFix.Unturned.Redist.Client.nuspec
3131
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
3232
nuget_push: true
3333

.github/workflows/RocketModFix.Unturned.Redist.Server-Preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: ./.github/actions/nuget-pack
2828
id: nuget-pack
2929
with:
30-
nuspec_path: redist/redist-server-preview/RocketModFix.Unturned.Redist.Server-Preview.nuspec
30+
nuspec_path: redist/redist-server-preview/RocketModFix.Unturned.Redist.Server.nuspec
3131
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
3232
nuget_push: true
3333

0 commit comments

Comments
 (0)