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 055ba7a commit 574b25aCopy full SHA for 574b25a
.github/workflows/dotnet.yml
@@ -33,10 +33,10 @@ jobs:
33
run: dotnet restore
34
35
- name: Build
36
- run: dotnet build SharpEngine.Steamworks/SharpEngine.Steamworks.csproj -c Release
+ run: dotnet build SharpEngine.SQLite/SharpEngine.SQLite.csproj -c Release
37
38
- name: Pack Nuget
39
- run: dotnet pack SharpEngine.Steamworks/SharpEngine.Steamworks.csproj -c Release --no-build --output ${{ env.NuGetDirectory }}
+ run: dotnet pack SharpEngine.SQLite/SharpEngine.SQLite.csproj -c Release --no-build --output ${{ env.NuGetDirectory }}
40
41
- uses: actions/upload-artifact@v3
42
with:
0 commit comments