mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
add upload download artifacts
This commit is contained in:
parent
a714482cfb
commit
a59e338438
6
.github/workflows/build-linux-x86_64.yml
vendored
6
.github/workflows/build-linux-x86_64.yml
vendored
@ -114,3 +114,9 @@ jobs:
|
||||
path: |
|
||||
buildroot/build-extensions.json
|
||||
buildroot/build-libraries.json
|
||||
|
||||
# Upload downloaded files
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: download-files
|
||||
path: downloads/
|
||||
|
||||
6
.github/workflows/build-macos-x86_64.yml
vendored
6
.github/workflows/build-macos-x86_64.yml
vendored
@ -114,3 +114,9 @@ jobs:
|
||||
path: |
|
||||
buildroot/build-extensions.json
|
||||
buildroot/build-libraries.json
|
||||
|
||||
# Upload downloaded files
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: download-files
|
||||
path: downloads/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user