Skip to content

Commit 7673821

Browse files
committed
Fix workflow
1 parent a61e7ef commit 7673821

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches: [ master ]
1010
paths:
11-
- 'redist/redist-client-preview/**'
11+
- 'redist/redist-client-preview-old/**'
1212

1313
jobs:
1414
build:
@@ -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-old/RocketModFix.Unturned.Redist.Client-Preview.nuspec
3131
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
3232
nuget_push: true
3333

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches: [ master ]
1010
paths:
11-
- 'redist/redist-server-preview/**'
11+
- 'redist/redist-server-preview-old/**'
1212

1313
jobs:
1414
build:
@@ -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-old/RocketModFix.Unturned.Redist.Server-Preview.nuspec
3131
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
3232
nuget_push: true
3333

0 commit comments

Comments
 (0)