Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 26, 2023
1 parent 8928f09 commit ecd6259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-40_publish-rc-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:

steps:
- name: Check ${{ matrix.binary }}
working-directory: ./artifacts
run: |
. ./scripts/ci/common/lib.sh
echo "Checking binary ${{ matrix.binary }}"
check_sha256 ${{ matrix.binary }}
check_gpg ${{ matrix.binary }}
Expand Down

0 comments on commit ecd6259

Please sign in to comment.