change build .env to build.env
Some checks failed
Run Tests on Code / run-tests (push) Successful in 47s
Build and Release Binary File / run-tests (push) Successful in 31s
Build and Release Binary File / build-linux (push) Failing after 14m44s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 23:10:22 +01:00
parent e857a9ba04
commit 89e456bba1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -39,7 +39,7 @@ jobs:
run: |
. /etc/os-release
echo Debian Codename is: $VERSION_CODENAME
echo "DEBIAN_CODENAME=$VERSION_CODENAME" >> .env
echo "DEBIAN_CODENAME=$VERSION_CODENAME" >> build.env
-
name: Installing Node, NPM
run: |
@ -100,7 +100,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-env
path: ./.env
path: build.env
if-no-files-found: error
upload-release:
@ -123,8 +123,8 @@ jobs:
-
name: Load .env from build job
run: |
mv artifacts/build-env/.env ./.env
export $(xargs <env)
mv artifacts/build-env/build.env build.env
export $(xargs <build.env)
-
name: Rearrange Artifact Paths
run: |