From b177f2dde49cfb54bd71e86d5ec6a0372cd005a9 Mon Sep 17 00:00:00 2001 From: FIGBERT Date: Tue, 12 Sep 2023 16:13:42 -0700 Subject: [PATCH] Provide a commit hash to the publishing step --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d45792..3d3cedf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,6 +89,7 @@ jobs: artifacts: "macOS-*/*,linux-*/*" body: The most recent gomuks binaries name: "Nightly" + commit: ${{ github.sha }} allowUpdates: true artifactErrorsFailBuild: true makeLatest: true