Skip to content

Commit

Permalink
Make key more unique
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj committed Apr 19, 2024
1 parent 77ee33e commit 77f0d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
path: |
hw/application_fpga/application_fpga.bin
hw/application_fpga/firmware.bin
key: ${{ runner.os }}-build-${{ github.sha }}
key: build-${{ github.run_number }}-${{ github.sha }}-${{ github.run_attempt }}

check-hashes:
needs: build-bitstream
Expand All @@ -136,7 +136,7 @@ jobs:
path: |
hw/application_fpga/application_fpga.bin
hw/application_fpga/firmware.bin
key: ${{ runner.os }}-build-${{ needs.build-bitstream.outputs.commit_sha }}
key: build-${{ github.run_number }}-${{ needs.build-bitstream.outputs.commit_sha }}-${{ github.run_attempt }}

- name: check matching hashes for firmware.bin & application_fpga.bin
working-directory: hw/application_fpga
Expand Down

0 comments on commit 77f0d13

Please sign in to comment.