Skip to content

Commit

Permalink
attempted to make checksumming reusable part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 15, 2024
1 parent d43fa32 commit 790969e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Ensure path
run: mkdir -p /tmp/${{ github.sha }}
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

verify:
uses: ./.github/workflows/generate-checksums.yml
needs:
- package
with:
flatten: true
show: true
Expand Down

0 comments on commit 790969e

Please sign in to comment.