Skip to content

Commit

Permalink
Use correct location for dist tar
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed May 28, 2024
1 parent e9ba3b1 commit 2894bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Upload Release Asset
uses: softprops/action-gh-release@v2
with:
files: ./dnssec-prover-${{ github.ref_name }}-${{ env.ARCH }}.tar.gz
files: ./dist/dnssec-prover-${{ github.ref_name }}-${{ env.ARCH }}.tar.gz

0 comments on commit 2894bfc

Please sign in to comment.