We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d03fb1 commit b565941Copy full SHA for b565941
1 file changed
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
shell: bash
61
run: |
62
release_name="flowpack-${{ matrix.title }}-${{ matrix.os_arch }}"
63
- dotnet publish src/FlowPack/FlowPack.csproj /property:PublishSingleFile=true /property:PublishReadyToRun=true --runtime '${{ matrix.kind }}-${{ matrix.os_arch }}' -c Release --self-contained true /property:Version='${{ inputs.rel_version }}' -o "${{github.workspace}}/$release_name"
+ dotnet publish src/FlowPack.csproj /property:PublishSingleFile=true /property:PublishReadyToRun=true --runtime '${{ matrix.kind }}-${{ matrix.os_arch }}' -c Release --self-contained true /property:Version='${{ inputs.rel_version }}' -o "${{github.workspace}}/$release_name"
64
65
mkdir -p "${{github.workspace}}/dist"
66
cd "${{github.workspace}}/${release_name}"
0 commit comments