Skip to content

Commit f4f4134

Browse files
committed
update release
1 parent 60f88b1 commit f4f4134

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ jobs:
163163
- name: Build installer
164164
shell: pwsh
165165
run: |
166-
dotnet build remc2-installer.sln --configuration Release -p:Platform=${{ matrix.arch }} -p:AcceptEula=true
166+
dotnet build remc2-installer.sln --configuration Release -p:Platform=${{ matrix.arch }} -p:AcceptEula=true -p:PostBuildEventUseInBuild=false
167+
# MSI je sestaven i když post-build event selže - pokračujeme
167168
168169
- name: Locate and rename MSI
169170
shell: pwsh

0 commit comments

Comments
 (0)