We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4d36bd + be3b71a commit 2917b2aCopy full SHA for 2917b2a
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
tag=$(git describe --tags --abbrev=0)
38
release_name="dotignore-$tag-${{ matrix.target }}"
39
# 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
+ 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
41
# Pack files
42
if [ "${{ matrix.target }}" == "win-x64" ]; then
43
# Pack to zip for Windows
0 commit comments