Add Env Variables to build step
Some checks failed
Run Tests on Code / run-tests (push) Successful in 18s
Build and Release Binary File / run-tests (push) Successful in 10s
Build and Release Binary File / build (push) Failing after 1m25s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 11:43:06 +00:00
parent 489158d1c4
commit 12b5fc5ccb

View file

@ -26,6 +26,12 @@ jobs:
-
name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3
-
name: Preparing Environment
run: |
echo DATABASE_URL=$DATABASE_URL >> .env
echo MACHINE_GROUP_ID=12 >> .env
echo UPTIME_KUMA_URL= >> .env
-
name: Compiling To Linux Target
run: |