Skip to content

Commit

Permalink
added checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Nov 18, 2024
1 parent 5bec1d5 commit 06e70e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
sha256sum OutputFiles_10M16_${{ github.ref_name }}.zip/RESDMAC.pof > releases/RESDMAC_10M16_${{ github.ref_name }}.pof.sha256
sha256sum OutputFiles_10M04_${{ github.ref_name }}.zip/RESDMAC.pof > releases/RESDMAC_10M04_${{ github.ref_name }}.pof.sha256
sha256sum OutputFiles_10M02_${{ github.ref_name }}.zip/RESDMAC.pof > releases/RESDMAC_10M02_${{ github.ref_name }}.pof.sha256
- name: Checkout repository
uses: actions/checkout@v4

- id: changelog
name: Changelog
Expand Down

0 comments on commit 06e70e2

Please sign in to comment.