Skip to content

Commit 843b74c

Browse files
authored
Merge pull request #46 from beardgame/tomrijnbeek-patch-1
👷‍♂️ Explicitly specify the csproj to pack for NuGet publish
2 parents 4aa678e + e2453c7 commit 843b74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Note that we substr the release version to get the numbers only, without
3636
# the 'v' prefix.
3737
- name: Pack binary
38-
run: dotnet pack --configuration Release --no-restore -p:PackageVersion=${RELEASE_VERSION:1}
38+
run: dotnet pack --configuration Release --no-restore -p:PackageVersion=${RELEASE_VERSION:1} Bearded.Graphics/Bearded.Graphics.csproj
3939

4040
# Create a GitHub release
4141
- name: Create a Release

0 commit comments

Comments
 (0)