1
0
Fork 0
forked from Mirrors/gomuks

Use a tag instead of a commit hash

This commit is contained in:
FIGBERT 2023-09-12 19:18:43 -07:00
parent b177f2dde4
commit 3f1484ea4d
No known key found for this signature in database
GPG key ID: 67F1598D607A844B

View file

@ -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