From f7d59fb7388e317ca4a709075d5fc396be57993c Mon Sep 17 00:00:00 2001 From: Karin Date: Thu, 7 Nov 2024 09:30:33 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a4b979a8..9aa40f275 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,8 +37,8 @@ jobs: exclude: - os: ubuntu-latest bits: 32 - - os: windows-latest - bits: 32 + #- os: windows-latest + #bits: 32 defaults: run: @@ -171,7 +171,7 @@ jobs: id: release_datetime uses: Kaven-Universe/github-action-current-date-time@v1 with: - format: "YYYY-MM-DD_HH-mm-ss" + format: "YYYYMMDD-HHmmss" - name: Create release uses: "marvinpinto/action-automatic-releases@latest"