More Debugging
All checks were successful
All checks were successful
This commit is contained in:
parent
09bed120e0
commit
93cf0db186
1 changed files with 3 additions and 1 deletions
|
@ -122,7 +122,9 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Load .env from build job
|
name: Load .env from build job
|
||||||
run: |
|
run: |
|
||||||
mv artifacts/build-env/build-env/build.env build.env
|
ls -lap artifacts/build-env
|
||||||
|
ls -lap artifacts/build-env/build-env
|
||||||
|
mv -v artifacts/build-env/build-env/build.env build.env
|
||||||
export $(xargs <build.env)
|
export $(xargs <build.env)
|
||||||
-
|
-
|
||||||
name: Rearrange Artifact Paths
|
name: Rearrange Artifact Paths
|
||||||
|
|
Reference in a new issue