diff --git a/.github/workflows/devbuild.yml b/.github/workflows/devbuild.yml index dcb9de96b75ef5871dc9cc57979d4e9d8906ebec..27c5963eabd218017d0a6e9702eb22f62b1c0085 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'