We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e75982 commit 3d5d4eaCopy full SHA for 3d5d4ea
.github/workflows/RocketModFix.UnityEngine.Redist.yaml
@@ -5,22 +5,31 @@ on:
5
branches: [ master ]
6
paths:
7
- 'redist/**'
8
+ - '.github/workflows/RocketModFix.UnityEngine.Redist.yaml'
9
+ workflow_dispatch:
10
11
jobs:
12
build:
13
name: "RocketModFix.UnityEngine.Redist Pack"
14
runs-on: ubuntu-22.04
15
steps:
16
- uses: actions/checkout@v6
17
+
18
- uses: actions/setup-dotnet@v5
19
name: Setup .NET
20
+ env:
21
+ DOTNET_NOLOGO: true
22
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
23
+ DOTNET_CLI_TELEMETRY_OPTOUT: true
24
with:
25
dotnet-version: 8.x
26
27
- uses: nuget/setup-nuget@v2
28
name: Setup NuGet
29
30
nuget-api-key: ${{ secrets.NUGET_DEPLOY_KEY }}
31
nuget-version: '5.x'
32
33
- uses: ./.github/actions/nuget-pack
34
id: nuget-pack
35
0 commit comments