Skip to content

Commit 3d5d4ea

Browse files
committed
Fix workflow
1 parent 9e75982 commit 3d5d4ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/RocketModFix.UnityEngine.Redist.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,31 @@ on:
55
branches: [ master ]
66
paths:
77
- 'redist/**'
8+
- '.github/workflows/RocketModFix.UnityEngine.Redist.yaml'
9+
workflow_dispatch:
810

911
jobs:
1012
build:
1113
name: "RocketModFix.UnityEngine.Redist Pack"
1214
runs-on: ubuntu-22.04
1315
steps:
1416
- uses: actions/checkout@v6
17+
1518
- uses: actions/setup-dotnet@v5
1619
name: Setup .NET
20+
env:
21+
DOTNET_NOLOGO: true
22+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
23+
DOTNET_CLI_TELEMETRY_OPTOUT: true
1724
with:
1825
dotnet-version: 8.x
26+
1927
- uses: nuget/setup-nuget@v2
2028
name: Setup NuGet
2129
with:
2230
nuget-api-key: ${{ secrets.NUGET_DEPLOY_KEY }}
2331
nuget-version: '5.x'
32+
2433
- uses: ./.github/actions/nuget-pack
2534
id: nuget-pack
2635
with:

0 commit comments

Comments
 (0)