mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
Add actions cache variable exposure to build workflows
This commit is contained in:
7
.github/workflows/macos-release-build.yml
vendored
7
.github/workflows/macos-release-build.yml
vendored
@@ -47,6 +47,13 @@ jobs:
|
||||
with:
|
||||
disable_annotations: true
|
||||
|
||||
- name: Expose actions cache variables
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
core.exportVariable('ACTIONS_CACHE_URL', process.env['ACTIONS_CACHE_URL'])
|
||||
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env['ACTIONS_RUNTIME_TOKEN'])
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
# note: This will use the version defined in '.python-version' by default
|
||||
|
||||
Reference in New Issue
Block a user