Skip to content

Commit b565941

Browse files
authored
Update project path
1 parent 6d03fb1 commit b565941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shell: bash
6161
run: |
6262
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"
63+
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"
6464
6565
mkdir -p "${{github.workspace}}/dist"
6666
cd "${{github.workspace}}/${release_name}"

0 commit comments

Comments
 (0)