Fix CI, escape not working

This commit is contained in:
kramo
2024-01-27 09:34:30 +01:00
parent 3e1ef88a1f
commit 303f2a2063
4 changed files with 16 additions and 12 deletions

View File

@@ -21,6 +21,8 @@ jobs:
with:
bundle: hu.kramo.Cartridges.Devel.flatpak
manifest-path: flatpak/hu.kramo.Cartridges.Devel.json
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
repository-name: gnome-nightly
windows:
name: Windows
@@ -47,7 +49,7 @@ jobs:
- name: Test
shell: msys2 {0}
run: |
set +e
set +e
timeout 2 cartridges; [ "$?" -eq "124" ]
- name: Inno Setup
@@ -57,4 +59,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Windows Installer
path: _build/windows/Output/Cartridges Setup.exe
path: _build/windows/Output/Cartridges Setup.exe