Update Artifact Paths
Some checks failed
Run Tests on Code / run-tests (push) Successful in 0s
Build and Release Binary File / run-tests (push) Failing after 2s
Build and Release Binary File / build-linux (push) Successful in 11m13s
Build and Release Binary File / upload-release (push) Successful in 11s

This commit is contained in:
Neshura 2023-11-27 08:15:56 +00:00
parent a854d5039d
commit 805c845481

View file

@ -115,7 +115,7 @@ jobs:
-
name: Load .env from build job
run: |
mv -v artifacts/build-env/build-env/build.env build.env
mv -v artifacts/build-env/build.env build.env
export $(xargs <build.env)
cat build.env
-