Skip to content

Commit 11d4a1d

Browse files
authored
Merge pull request #16 from ocaisa/update_ci
Verify the tagger
2 parents b89029e + dc17f4f commit 11d4a1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create_tags.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
fileName: "tagger.linux"
2121
tag: v0.1.0
2222
- run: |
23+
# Make sure the tagger is what we expect
24+
echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 tagger.linux"|sha256sum --check --status
2325
chmod +x $GITHUB_WORKSPACE/tagger.linux
2426
$GITHUB_WORKSPACE/tagger.linux move -s -p 'v' ${RELEASE_TAG##*/}
2527
rm $GITHUB_WORKSPACE/tagger.linux

0 commit comments

Comments
 (0)