More Debugging
All checks were successful
Run Tests on Code / run-tests (push) Successful in 3s
Build and Release Binary File / run-tests (push) Successful in 2s
Build and Release Binary File / build-linux (push) Successful in 13m26s
Build and Release Binary File / upload-release (push) Successful in 15s

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