both jobs need to be windows

master
Beq Janus 2025-01-22 02:06:24 +00:00 committed by GitHub
parent cd8482bd74
commit a48475d221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
sign-and-upload:
name: Sign and Upload each Setup.exe
needs: find-setup-files
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
file: ${{ fromJson( needs.find-setup-files.outputs.setup_files) }}