We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f88b1 commit f4f4134Copy full SHA for f4f4134
1 file changed
.github/workflows/release.yml
@@ -163,7 +163,8 @@ jobs:
163
- name: Build installer
164
shell: pwsh
165
run: |
166
- dotnet build remc2-installer.sln --configuration Release -p:Platform=${{ matrix.arch }} -p:AcceptEula=true
+ 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
168
169
- name: Locate and rename MSI
170
0 commit comments