From a222f8b6fb99fe088a5e226407ff1c2e1b09b9ad Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sat, 27 May 2023 22:16:02 +0200 Subject: [PATCH] Ls --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0576737..03eefde 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -156,6 +156,8 @@ jobs: - run: flutter clean - run: flutter pub get - run: flutter build windows --release + - name: ls + rum: ls windows - name: Build installer witn innosetup run: iscc /Q windows/innosetup_installer_builder.iss - name: Move installer file to root directory