mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
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:
parent
ce57256327
commit
ef88355248
2 changed files with 1 additions and 11 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
- name: Upload
|
- name: Upload
|
||||||
if: ${{ inputs.upload }}
|
if: ${{ inputs.upload }}
|
||||||
run: |
|
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 }}
|
--github-release-id ${{ inputs.github-release-id }}
|
||||||
env:
|
env:
|
||||||
S3_UPLOAD_CREDENTIALS: ${{ secrets.S3_UPLOAD_CREDENTIALS }}
|
S3_UPLOAD_CREDENTIALS: ${{ secrets.S3_UPLOAD_CREDENTIALS }}
|
||||||
|
|
|
@ -53,15 +53,9 @@ PACKAGES = {
|
||||||
'linux': [
|
'linux': [
|
||||||
'release/servo-tech-demo.tar.gz',
|
'release/servo-tech-demo.tar.gz',
|
||||||
],
|
],
|
||||||
'linux-layout2020': [
|
|
||||||
'release/servo-tech-demo.tar.gz',
|
|
||||||
],
|
|
||||||
'mac': [
|
'mac': [
|
||||||
'release/servo-tech-demo.dmg',
|
'release/servo-tech-demo.dmg',
|
||||||
],
|
],
|
||||||
'mac-layout2020': [
|
|
||||||
'release/servo-tech-demo.dmg',
|
|
||||||
],
|
|
||||||
'macbrew': [
|
'macbrew': [
|
||||||
'release/brew/servo.tar.gz',
|
'release/brew/servo.tar.gz',
|
||||||
],
|
],
|
||||||
|
@ -73,10 +67,6 @@ PACKAGES = {
|
||||||
r'release\msi\Servo.exe',
|
r'release\msi\Servo.exe',
|
||||||
r'release\msi\Servo.zip',
|
r'release\msi\Servo.zip',
|
||||||
],
|
],
|
||||||
'windows-msvc-layout2020': [
|
|
||||||
r'release\msi\Servo.exe',
|
|
||||||
r'release\msi\Servo.zip',
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue