From 77f3700c7f5c108a87bf9c720a7ffd6d34d3922b Mon Sep 17 00:00:00 2001 From: Simon Rho Date: Wed, 18 Sep 2024 18:51:55 -0400 Subject: [PATCH] Add Console Window --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86deecd..a9add08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -270,7 +270,7 @@ jobs: - name: Create Release id: create_release - uses: actions/create-release@v1 + uses: actions/create-release@v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: