From 69d304c7c210ccc6413fea06c8f893185d544a5e Mon Sep 17 00:00:00 2001 From: Addison Schuhardt Date: Tue, 3 Oct 2023 18:25:48 -0700 Subject: [PATCH] Update publish.yml [skip-ci] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 506a1d9..ecfc90d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: with: dotnet-version: 7.0.x - name: Build - run: dotnet build -c Release -p:AssemblyVersion="${{ needs.version.outputs.assemblySemVer }}" + run: dotnet build ./Opal/Opal.csproj -c Release -p:AssemblyVersion="${{ needs.version.outputs.assemblySemVer }}" - name: Pack run: dotnet pack ./Opal/Opal.csproj --no-build -c Release -o .. -p:Version="${{ needs.version.outputs.semVer }}" - name: Publish Library