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 }}

View file

@ -53,15 +53,9 @@ PACKAGES = {
'linux': [
'release/servo-tech-demo.tar.gz',
],
'linux-layout2020': [
'release/servo-tech-demo.tar.gz',
],
'mac': [
'release/servo-tech-demo.dmg',
],
'mac-layout2020': [
'release/servo-tech-demo.dmg',
],
'macbrew': [
'release/brew/servo.tar.gz',
],
@ -73,10 +67,6 @@ PACKAGES = {
r'release\msi\Servo.exe',
r'release\msi\Servo.zip',
],
'windows-msvc-layout2020': [
r'release\msi\Servo.exe',
r'release\msi\Servo.zip',
],
}