diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 3b685ff..8cc5e8e 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -19,11 +19,11 @@ jobs: # Build project - name: Build project - run: dotnet build Moonlight.PluginTemplate --configuration Release + run: dotnet build Moonlight.PluginTemplate.csproj --configuration Release # Publish project - name: Publish NuGet package - run: dotnet pack Moonlight.PluginTemplate --configuration Release --output ./artifacts + run: dotnet pack Moonlight.PluginTemplate.csproj --configuration Release --output ./artifacts - name: Push nuget package run: dotnet nuget push ./artifacts/*.nupkg --skip-duplicate --source https://git.battlestati.one/api/packages/Moonlight-Panel/nuget/index.json --api-key ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file