Skip to content

Commit 0addfa3

Browse files
committed
t2
1 parent bfac994 commit 0addfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Test
2424
run: dotnet test --no-restore
2525
- name: Publish linux-x64
26-
run: dotnet publish --no-restore -c Release -r linux-x64 --self-contained false -o release-linux /p:"AssemblyVersion=${{ inputs.version }};FileVersion=${{ inputs.version }};InformationalVersion=${{ inputs.version }}"
26+
run: dotnet publish -c Release -r linux-x64 --self-contained false -o release-linux /p:"AssemblyVersion=${{ inputs.version }};FileVersion=${{ inputs.version }};InformationalVersion=${{ inputs.version }}"
2727
- name: Publish win-x64
28-
run: dotnet publish --no-restore -c Release -r win-x64 --self-contained false -o release-win /p:"AssemblyVersion=${{ inputs.version }};FileVersion=${{ inputs.version }};InformationalVersion=${{ inputs.version }}"
28+
run: dotnet publish -c Release -r win-x64 --self-contained false -o release-win /p:"AssemblyVersion=${{ inputs.version }};FileVersion=${{ inputs.version }};InformationalVersion=${{ inputs.version }}"
2929
- name: Prepare artifacts
3030
run: |
3131
cp {README,xvd_info,CHANGELOG}.md release-linux

0 commit comments

Comments
 (0)