Skip to content

Commit

Permalink
fix zip creation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Feb 4, 2023
1 parent c4c62da commit dc8ff0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: make ARCH=x86 HAVE_CHD=1 -f Makefile.RAHasher
- name: Zip
if: startsWith(github.ref, 'refs/tags/')
run: make ARCH=x86 -f Makefile.RAHasher zip
run: make ARCH=x86 HAVE_CHD=1 -f Makefile.RAHasher zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -111,7 +111,7 @@ jobs:
run: make ARCH=x64 HAVE_CHD=1 -f Makefile.RAHasher
- name: Zip
if: startsWith(github.ref, 'refs/tags/')
run: make ARCH=x64 -f Makefile.RAHasher zip
run: make ARCH=x64 HAVE_CHD=1 -f Makefile.RAHasher zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit dc8ff0e

Please sign in to comment.