Skip to content

Commit 574b25a

Browse files
author
Alexis Huvier
committed
fix(ci): Wrong project name
1 parent 055ba7a commit 574b25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: dotnet restore
3434

3535
- name: Build
36-
run: dotnet build SharpEngine.Steamworks/SharpEngine.Steamworks.csproj -c Release
36+
run: dotnet build SharpEngine.SQLite/SharpEngine.SQLite.csproj -c Release
3737

3838
- name: Pack Nuget
39-
run: dotnet pack SharpEngine.Steamworks/SharpEngine.Steamworks.csproj -c Release --no-build --output ${{ env.NuGetDirectory }}
39+
run: dotnet pack SharpEngine.SQLite/SharpEngine.SQLite.csproj -c Release --no-build --output ${{ env.NuGetDirectory }}
4040

4141
- uses: actions/upload-artifact@v3
4242
with:

0 commit comments

Comments
 (0)