We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc30f5c commit 7c939a7Copy full SHA for 7c939a7
1 file changed
.github/workflows/build.yml
@@ -80,7 +80,8 @@ jobs:
80
fetch-depth: 0
81
82
- name: Restore NuGet (FiveM only)
83
- run: dotnet restore MenuAPI/MenuAPI.csproj -c "Release FiveM"
+ shell: bash
84
+ run: dotnet restore "MenuAPI/MenuAPI.csproj" "-p:Configuration=Release FiveM"
85
86
- name: Build FiveM (versioned)
87
if: github.ref == 'refs/heads/master'
@@ -144,7 +145,8 @@ jobs:
144
145
146
147
- name: Restore NuGet (RedM only)
- run: dotnet restore MenuAPI/MenuAPI.csproj -c "Release RedM"
148
149
+ run: dotnet restore "MenuAPI/MenuAPI.csproj" "-p:Configuration=Release RedM"
150
151
- name: Build RedM (versioned)
152
0 commit comments