Update Release Workflow
Some checks failed
Build and Release Binary File / run-tests (push) Successful in 5s
Run Tests on Code / run-tests (push) Successful in 8s
Build and Release Binary File / build (push) Failing after 1m38s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 08:17:05 +00:00
parent 621975df0f
commit a3a4efb2d9

View file

@ -22,7 +22,7 @@ jobs:
steps: steps:
- -
name: Installing Node name: Installing Node
run: apt install -y nodejs run: apt update && apt install -y nodejs
- -
name: Checking Out Repository Code name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3 uses: https://code.forgejo.org/actions/checkout@v3