More Env Fixes for Release Action
Some checks failed
Run Tests on Code / run-tests (push) Successful in 4s
Build and Release Binary File / run-tests (push) Successful in 14s
Build and Release Binary File / build-linux (push) Successful in 10m22s
Build and Release Binary File / upload-release (push) Failing after 19s

This commit is contained in:
Neshura 2023-11-17 19:48:06 +01:00
parent 7a6e6f519b
commit 15196baec1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -39,11 +39,11 @@ jobs:
run: |
. /etc/os-release
echo Debian Codename is: $VERSION_CODENAME
echo "debian_codename=$VERSION_CODENAME" >> $env:GITHUB_OUTPUT
echo "debian_codename=$VERSION_CODENAME" >> $GITHUB_OUTPUT
-
name: Installing Node, NPM
run: |
echo ${{ steps.store_deb_ver.outputs.debian_codename }}
echo Stored Value is: ${{ steps.store_deb_ver.outputs.debian_codename }}
apt update
apt install -y \
nodejs npm \