Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4tXJ7f committed Mar 16, 2022
1 parent 81450c0 commit 6b88ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/add-to-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Rename binaries for release
shell: bash
run: |
cp ${{ inputs.binary }} cvc5-${{ runner.os }}${{ inputs.binary-ext }}
cp ${{ inputs.binary }}${{ inputs.binary-ext }} cvc5-${{ runner.os }}${{ inputs.binary-ext }}
- name: Add binaries to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6b88ec4

Please sign in to comment.