Fix package name for windows nightly

Also remove the 2020 specific packages.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Mukilan Thiyagarajan 2023-07-09 13:48:57 +05:30
parent ce57256327
commit ef88355248
2 changed files with 1 additions and 11 deletions

View file

@ -85,7 +85,7 @@ jobs:
- name: Upload
if: ${{ inputs.upload }}
run: |
python mach upload-nightly win --secret-from-environment `
python mach upload-nightly windows-msvc --secret-from-environment `
--github-release-id ${{ inputs.github-release-id }}
env:
S3_UPLOAD_CREDENTIALS: ${{ secrets.S3_UPLOAD_CREDENTIALS }}