forked from Mirrors/gomuks
Use a tag instead of a commit hash
This commit is contained in:
parent
b177f2dde4
commit
3f1484ea4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -89,7 +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 }}
|
tag: nightly
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: true
|
||||||
makeLatest: true
|
makeLatest: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue