global path for build env
Some checks failed
Run Tests on Code / run-tests (push) Successful in 0s
Build and Release Binary File / run-tests (push) Successful in 2s
Build and Release Binary File / build-linux (push) Successful in 13m29s
Build and Release Binary File / upload-release (push) Failing after 2s

This commit is contained in:
Neshura 2023-11-17 23:37:18 +01:00
parent 89e456bba1
commit 28e6901e09
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -35,11 +35,10 @@ jobs:
steps:
-
name: Storing Debian Codename for Package Upload Job
id: store_deb_ver
run: |
. /etc/os-release
echo Debian Codename is: $VERSION_CODENAME
echo "DEBIAN_CODENAME=$VERSION_CODENAME" >> build.env
echo "DEBIAN_CODENAME=$VERSION_CODENAME" >> /build.env
-
name: Installing Node, NPM
run: |
@ -100,7 +99,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-env
path: build.env
path: /build.env
if-no-files-found: error
upload-release: