Skip to content

Commit

Permalink
Add GitHub workflow to build Windows releases
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Nov 3, 2024
1 parent dd900c5 commit 8cb56db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8cb56db

Please sign in to comment.