Skip to content

Commit 2014639

Browse files
[Update] release GH action
1 parent f13aa58 commit 2014639

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ jobs:
129129

130130
- name: Publish EcoreNetto.Tools (win-x64 single-file, self-contained)
131131
run: |
132-
dotnet publish -c Release EcoreNetto.Tools/EcoreNetto.Tools.csproj \
133-
-r win-x64 --self-contained true -p:PublishSingleFile=true \
134-
-o ReleaseBuilds
132+
dotnet publish -c Release EcoreNetto.Tools/EcoreNetto.Tools.csproj -r win-x64 --self-contained true -p:PublishSingleFile=true -o ReleaseBuilds
135133
136134
- name: Append binary SHA256 to release notes
137135
run: |

0 commit comments

Comments
 (0)