mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
||||
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 }}
|
||||
|
|
|
@ -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',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue