mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix windows nightly working directory.
This commit is contained in:
parent
7a593bcc38
commit
0294838d73
1 changed files with 4 additions and 4 deletions
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
|
@ -93,18 +93,18 @@ jobs:
|
||||||
- name: Copy to C drive
|
- name: Copy to C drive
|
||||||
run: cp D:\a C:\ -Recurse
|
run: cp D:\a C:\ -Recurse
|
||||||
- name: Bootstrap
|
- name: Bootstrap
|
||||||
working-directory: "C:\\a\\${ REPOSITORY_NAME }\\${ REPOSITORY_NAME }"
|
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip virtualenv
|
python -m pip install --upgrade pip virtualenv
|
||||||
python mach fetch
|
python mach fetch
|
||||||
- name: Release build
|
- name: Release build
|
||||||
working-directory: "C:\\a\\${ REPOSITORY_NAME }\\${ REPOSITORY_NAME }"
|
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
|
||||||
run: python mach build --release --media-stack=dummy
|
run: python mach build --release --media-stack=dummy
|
||||||
- name: Package
|
- name: Package
|
||||||
working-directory: "C:\\a\\${ REPOSITORY_NAME }\\${ REPOSITORY_NAME }"
|
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
|
||||||
run: python mach package --release
|
run: python mach package --release
|
||||||
- name: Upload
|
- name: Upload
|
||||||
working-directory: "C:\\a\\${ REPOSITORY_NAME }\\${ REPOSITORY_NAME }"
|
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
|
||||||
run: python mach upload-nightly windows-msvc --secret-from-environment
|
run: python mach upload-nightly windows-msvc --secret-from-environment
|
||||||
env:
|
env:
|
||||||
S3_UPLOAD_CREDENTIALS: ${{ secrets.S3_UPLOAD_CREDENTIALS }}
|
S3_UPLOAD_CREDENTIALS: ${{ secrets.S3_UPLOAD_CREDENTIALS }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue