Skip to content

Commit

Permalink
Put the built binary somewhere more convenient
Browse files Browse the repository at this point in the history
Also fix an errant "pdf" extension
  • Loading branch information
PeterRugg authored Jan 17, 2024
1 parent f94397a commit 1c66457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
cabal update
cabal build --only-dependencies --enable-tests --enable-benchmarks
cp `cabal list-bin vipbundle` vipbundle
- name: Build
run: cabal build

Expand Down Expand Up @@ -69,5 +70,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./vipbundle.pdf
asset_path: ./vipbundle
asset_name: vipbundle-snapshot-${{ github.sha }}

0 comments on commit 1c66457

Please sign in to comment.