Updated runs-on to run only on 'Debian-x86' with a capital D
Nightly Build and Release / Build and Release Nightly (push) Failing after 33s

This commit is contained in:
qwsdcvghyu89
2026-06-05 00:11:11 +10:00
parent 320fee57b2
commit e11c689602
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs: jobs:
build-releases: build-releases:
name: 'Build and Release Nightly' name: 'Build and Release Nightly'
runs-on: ['Debian-x86', 'debian-x86'] runs-on: Debian-x86
permissions: permissions:
contents: write # Ensures the GITHUB_TOKEN has permission to create/update releases contents: write # Ensures the GITHUB_TOKEN has permission to create/update releases
container: container: