Skip to content

Commit 91b7cda

Browse files
committed
Fixed invalid solution name in build pipeline
1 parent 1aed516 commit 91b7cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
10.x
2222
2323
- name: 🔄 Restore
24-
run: dotnet restore ChilliCream.Snowflake.sln
24+
run: dotnet restore ChilliCream.Snowflake.slnx
2525

2626
- name: 🏗️ Build
2727
run: dotnet build ChilliCream.Snowflake.sln --configuration Release --no-restore
@@ -45,7 +45,7 @@ jobs:
4545
10.x
4646
4747
- name: 💾 Restore
48-
run: dotnet restore ChilliCream.Snowflake.sln
48+
run: dotnet restore ChilliCream.Snowflake.slnx
4949

5050
- name: 🏗️ Build (Release)
5151
run: dotnet build src/ChilliCream.Snowflake.csproj -c Release --no-restore

0 commit comments

Comments
 (0)