replace source with . in Release Action
Some checks failed
Run Tests on Code / run-tests (push) Successful in 6s
Build and Release Binary File / run-tests (push) Successful in 7s
Build and Release Binary File / build-linux (push) Failing after 10m25s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 19:28:02 +01:00
parent 0b96e17cf9
commit 18408c9eb0
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -37,7 +37,7 @@ jobs:
name: Storing Debian Version for Package Upload Job
id: store_deb_ver
run: |
source /etc/os-release
. /etc/os-release
echo Debian Version is: $VERSION_CODENAME
echo $VERSION_CODENAME >> $GITHUB_OUTPUT
-