File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -257,15 +257,6 @@ jobs:
257257 fi
258258 echo "build-prefix=$build_prefix" >> $GITHUB_OUTPUT
259259
260- # We will use Wix to generate the installer on Windows, because this
261- # reportedly works better with larger installers, though, I haven't actually
262- # seen an installer > 2GB, which is the limit for default installer
263- # generator.
264- - name : Install Wix
265- if : runner.os == 'Windows'
266- run : |
267- dotnet tool install --global wix
268-
269260 - name : Install libxml2 for Windows
270261 if : runner.os == 'Windows'
271262 run : |
@@ -321,12 +312,6 @@ jobs:
321312 release_dir=`find ${{ steps.setup-stage.outputs.build-prefix }}/build -iname 'stage2-bins'`
322313 mv $release_dir/${{ needs.prepare.outputs.release-binary-filename }} .
323314
324- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
325- if : always()
326- with :
327- name : debug
328- path : build/
329-
330315 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
331316 with :
332317 name : ${{ runner.os }}-${{ runner.arch }}-release-binary
You can’t perform that action at this time.
0 commit comments