From 8cb56dbcf119ff4ffcf881d5ee70d9c5f9f586dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 3 Nov 2024 16:59:11 +0100 Subject: [PATCH] Add GitHub workflow to build Windows releases --- .github/workflows/release-windows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index cfd379f265..8af3e38541 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -40,8 +40,8 @@ jobs: DOCKER_IMAGE_TAG: "ghcr.io/geany/geany-mingw64-ci:latest" steps: - - name: Checkout Geany - uses: actions/checkout@v4 + # - name: Checkout Geany + # uses: actions/checkout@v4 - name: Checkout Build Scripts uses: actions/checkout@v4 @@ -54,6 +54,8 @@ jobs: - name: Show Environment if: ${{ env.DEBUG == '1' }} run: | + pwd + ls -la env | sort - name: Log in to the Container registry