mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
ci: Configure and Don't sign Windows build
This commit is contained in:
parent
4d15309414
commit
6b0846bb40
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue