Skip to content
Snippets Groups Projects
Verified Commit 902bc5db authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Use GITHUB_SHA instead of 'develop'

parent 01edad17
No related branches found
No related tags found
1 merge request!641Develop
Pipeline #9243 passed
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment