Skip to content

Commit 45b0888

Browse files
committed
ci: update CI workflow to include checksum verification
- Added version, os, arch, and checksum parameters to the GitHub Actions workflow. - Uncommented checksum parameter in the run-gh-setup.sh
1 parent 2b891ca commit 45b0888

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ jobs:
113113
uses: ./
114114
with:
115115
repo: k1LoW/tbls
116+
version: v1.84.0
117+
os: linux
118+
arch: amd64
119+
checksum: 83f35a07fd2a00c2aa360a47edca6d261f5208186911977eff39097151fc57d5
116120
force: true
117121
strict: true
118122
gh-setup-version: ${{ steps.latest_version.outputs.version }}

scripts/run-gh-setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ if [ ! -z "${skip_content_type_check}" ]; then
3434
boolopts+=" --skip-content-type-check"
3535
fi
3636

37-
# ${bin} --repo ${repo} --version=${version} --os=${os} --arch=${arch} --match=${match} --bin-dir=${bin_dir} --bin-match=${bin_match} --checksum=${checksum}${boolopts}
38-
${bin} --repo ${repo} --version=${version} --os=${os} --arch=${arch} --match=${match} --bin-dir=${bin_dir} --bin-match=${bin_match}${boolopts}
37+
${bin} --repo ${repo} --version=${version} --os=${os} --arch=${arch} --match=${match} --bin-dir=${bin_dir} --bin-match=${bin_match} --checksum=${checksum}${boolopts}

0 commit comments

Comments
 (0)