Fix build env path
This commit is contained in:
parent
28e6901e09
commit
09bed120e0
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Load .env from build job
|
name: Load .env from build job
|
||||||
run: |
|
run: |
|
||||||
mv artifacts/build-env/build.env build.env
|
mv 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