Skip to content

Commit

Permalink
Add architecture to release file
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Dec 7, 2024
1 parent 05bf713 commit 943ee3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
binary=$(cabal list-bin hdc)
cp "${binary}" haskell-docs-cli/
cp -r README.md haskell-docs-cli/
tar cvf haskell-docs-cli-${{ matrix.os }}.tar haskell-docs-cli
tar cvf haskell-docs-cli-${{ runner.arch }}-${{ runner.os }}.tar haskell-docs-cli
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: haskell-docs-cli-${{ matrix.os }}.tar
files: haskell-docs-cli-${{ runner.arch }}-${{ runner.os }}.tar

0 comments on commit 943ee3b

Please sign in to comment.