Skip to content

Commit

Permalink
fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Dec 27, 2024
1 parent a44339b commit 7c682da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: quartus_sh -t RESDMAC.tcl -device 10M04SCU169C8G -version $VERSION
- name: calcualte 10M04 checksums
run: |
sha256sum ../Quartus/output_files_10M04SCU169C8G/RESDMAC.pof > ../Quartus/output_files_10M04SCU169C8G/RESDMAC.pof.sha256
gencrc ../Quartus/output_files_10M04SCU169C8G/resdmac_cfm0_auto.rpd > ../Quartus/output_files_10M04SCU169C8G/resdmac_cfm0_auto.crc32
sha256sum Quartus/output_files_10M04SCU169C8G/RESDMAC.pof > Quartus/output_files_10M04SCU169C8G/RESDMAC.pof.sha256
gencrc Quartus/output_files_10M04SCU169C8G/resdmac_cfm0_auto.rpd > Quartus/output_files_10M04SCU169C8G/resdmac_cfm0_auto.crc32
# 5 - Upload artifacts
- name: Upload 10M04SCU169C8G Firmware
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7c682da

Please sign in to comment.