From 902bc5db503e593a971888e27a8d7d8645301ccd Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Sun, 2 Mar 2025 12:15:48 +0100 Subject: [PATCH] ci: Use GITHUB_SHA instead of 'develop' --- .github/workflows/devbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devbuild.yml b/.github/workflows/devbuild.yml index dcb9de96..27c5963e 100644 --- a/.github/workflows/devbuild.yml +++ b/.github/workflows/devbuild.yml @@ -81,7 +81,7 @@ jobs: allowUpdates: 'true' artifacts: "continuous/*" body: "Continuous dev-build release.<br>Updated every time changes are pushed to develop.<br>Do not use unless you have been told to, or are curious about the contents of the dev build.<br>Do not link to this release." - commit: 'develop' + commit: "${{ github.sha }}" name: "continuous" prerelease: 'true' removeArtifacts: 'true' -- GitLab