From 09a7504c78c59a14f874343e52cd0fda04e58412 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Thu, 29 Jun 2023 11:02:56 +0200 Subject: [PATCH] Test? --- .github/workflows/windows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5c7da42..b6ca455 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,9 +24,11 @@ jobs: pacman --noconfirm -Rs mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-meson git find /ucrt64/share/locale/ -type f ! -name "*cartridges.mo" -delete - name: "Inno Setup" - run: iscc ".\_build\Cartridges.iss" + run: | + dir . + dir .\_build - name: "Upload Artifact" uses: actions/upload-artifact@v3 with: name: "Installer" - path: "windows/Output/Cartridges Setup.exe" \ No newline at end of file + path: "_build/Output/Cartridges Setup.exe" \ No newline at end of file