Skip to content

Commit

Permalink
Merge pull request #1355 from wcoc/fix/checksum-arm-releases
Browse files Browse the repository at this point in the history
Fix distro name for ubuntu-20.04 in arm release
  • Loading branch information
serprex committed Oct 11, 2022
2 parents e7ffb57 + dd6307c commit ed45cdd
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 @@ -89,7 +89,7 @@ jobs:
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}
distro: ubuntu20.04
env: |
USE_LIBSODIUM: ${{ env.USE_LIBSODIUM }}
USE_LZO: ${{ env.USE_LZO }}
Expand Down

0 comments on commit ed45cdd

Please sign in to comment.