Skip to content

Commit

Permalink
Use consistent arch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed May 28, 2024
1 parent 239a90b commit e9ba3b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- name: Create Release Asset
run: make release-uniffi-bindings VERSION=${{ github.ref_name }}

- name: Set ARCH environment variable
run: echo "ARCH=$(uname -m)" >> $GITHUB_ENV

- name: Upload Release Asset
uses: softprops/action-gh-release@v2
with:
files: ./dnssec-prover-${{ github.ref_name }}-${{ runner.arch }}.tar.gz
files: ./dnssec-prover-${{ github.ref_name }}-${{ env.ARCH }}.tar.gz

0 comments on commit e9ba3b1

Please sign in to comment.