mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
add artifact extraction to deploy-test
This commit is contained in:
parent
a2cce4209b
commit
b9084f3f37
1 changed files with 7 additions and 0 deletions
7
.github/workflows/test-and-deploy.yml
vendored
7
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -269,6 +269,13 @@ jobs:
|
|||
- name: Create dist directory
|
||||
run: mkdir -p dist
|
||||
|
||||
- name: Extract tar.gz files
|
||||
run: |
|
||||
for artifact in dist/*; do
|
||||
tar -xzf "$artifact" -C dist
|
||||
rm "$artifact"
|
||||
done
|
||||
|
||||
- name: Move files from subdirectories
|
||||
run: |
|
||||
for subdirectory in dist/*/; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue