Skip to content

Commit 7c939a7

Browse files
committed
Fix build commands
1 parent cc30f5c commit 7c939a7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
fetch-depth: 0
8181

8282
- name: Restore NuGet (FiveM only)
83-
run: dotnet restore MenuAPI/MenuAPI.csproj -c "Release FiveM"
83+
shell: bash
84+
run: dotnet restore "MenuAPI/MenuAPI.csproj" "-p:Configuration=Release FiveM"
8485

8586
- name: Build FiveM (versioned)
8687
if: github.ref == 'refs/heads/master'
@@ -144,7 +145,8 @@ jobs:
144145
fetch-depth: 0
145146

146147
- name: Restore NuGet (RedM only)
147-
run: dotnet restore MenuAPI/MenuAPI.csproj -c "Release RedM"
148+
shell: bash
149+
run: dotnet restore "MenuAPI/MenuAPI.csproj" "-p:Configuration=Release RedM"
148150

149151
- name: Build RedM (versioned)
150152
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)