From 6b0846bb40bd7a5526265c6ceaacacbe7706a3d9 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Tue, 28 Nov 2023 11:53:15 -0500 Subject: [PATCH] ci: Configure and Don't sign Windows build --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 04a8e5d..c55e087 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -19,7 +19,7 @@ jobs: matrix: os: - macos-latest - # - windows-latest + - windows-latest runs-on: ${{ matrix.os }} defaults: run: @@ -90,7 +90,7 @@ jobs: dist/mas/Scratch*.pkg dist/mas-dev-*.zip - name: Upload Windows artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: matrix.os == 'windows-latest' with: name: Windows