Skip to content

Commit

Permalink
checksum debugging part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 26, 2024
1 parent 412fe2e commit 6712ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ jobs:
- name: Verify artifacts
run: |
./scripts/generate-checksums.sh --directory dist --depth 2 --show --debug
stat "dist/lando-linux-x64-slim-${{ github.sha }}/core.exe"
cat checksums.txt | grep "$(sha256sum dist/lando-linux-x64-slim-${{ github.sha }}/core.exe)"
cat checksums.txt | grep "$(sha256sum dist/lando-linux-x64-slim-${{ github.sha }}/core)"
- name: Install node ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6712ce2

Please sign in to comment.