Skip to content

Commit 6b0846b

Browse files
author
Ron de las Alas
committed
ci: Configure and Don't sign Windows build
1 parent 4d15309 commit 6b0846b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os:
2121
- macos-latest
22-
# - windows-latest
22+
- windows-latest
2323
runs-on: ${{ matrix.os }}
2424
defaults:
2525
run:
@@ -90,7 +90,7 @@ jobs:
9090
dist/mas/Scratch*.pkg
9191
dist/mas-dev-*.zip
9292
- name: Upload Windows artifacts
93-
uses: actions/upload-artifact@v2
93+
uses: actions/upload-artifact@v3
9494
if: matrix.os == 'windows-latest'
9595
with:
9696
name: Windows

0 commit comments

Comments
 (0)