We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad97bc0 commit c3d4f22Copy full SHA for c3d4f22
1 file changed
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
tag=$(git describe --tags --abbrev=0)
39
release_name="sanchez-$tag-${{ matrix.target }}"
40
# Build everything
41
- dotnet publish Sanchez/Sanchez.csproj -r "${{ matrix.target }}" -c Release -o "$release_name" -p:PublishSingleFile=true -p:PublishTrimmed=true -p:PublishReadyToRun=true --self-contained
+ dotnet publish Sanchez/Sanchez.csproj -r "${{ matrix.target }}" -c Release -o "$release_name" -p:PublishSingleFile=true -p:PublishReadyToRun=true --self-contained
42
# Pack files
43
if [ "${{ matrix.target }}" == "win-x64" ]; then
44
# Pack to zip for Windows
0 commit comments