forked from Mirrors/gomuks
Provide a commit hash to the publishing step
This commit is contained in:
parent
993e0e5f33
commit
b177f2dde4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -89,6 +89,7 @@ jobs:
|
||||||
artifacts: "macOS-*/*,linux-*/*"
|
artifacts: "macOS-*/*,linux-*/*"
|
||||||
body: The most recent gomuks binaries
|
body: The most recent gomuks binaries
|
||||||
name: "Nightly"
|
name: "Nightly"
|
||||||
|
commit: ${{ github.sha }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: true
|
||||||
makeLatest: true
|
makeLatest: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue