More Debugging

This commit is contained in:
Neshura 2023-11-18 00:36:07 +01:00
parent 09bed120e0
commit 93cf0db186
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -122,7 +122,9 @@ jobs:
-
name: Load .env from build job
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)
-
name: Rearrange Artifact Paths