Skip to content

Commit be3b71a

Browse files
specify project name in publish
1 parent b4d36bd commit be3b71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
tag=$(git describe --tags --abbrev=0)
3838
release_name="dotignore-$tag-${{ matrix.target }}"
3939
# Build everything
40-
dotnet publish --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=true -p:IncludeNativeLibrariesForSelfExtract=true --runtime "${{ matrix.target }}" -c Release -o $release_name
40+
dotnet publish "./src/dotignore.csproj" --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=true -p:IncludeNativeLibrariesForSelfExtract=true --runtime "${{ matrix.target }}" -c Release -o $release_name
4141
# Pack files
4242
if [ "${{ matrix.target }}" == "win-x64" ]; then
4343
# Pack to zip for Windows

0 commit comments

Comments
 (0)