mirror of
https://github.com/bartvdbraak/homebrew-keyweave.git
synced 2025-04-26 17:11:21 +00:00
feat: select a sha256sum
This commit is contained in:
parent
5b764e0fe6
commit
a54829b41f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -13,4 +13,5 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo ${{ inputs.version }}'
|
||||
- run: 'echo ${{ inputs.sha256sums }}'
|
||||
- run: |
|
||||
echo ${{ fromJson(inputs.sha256sums)['keyweave-x86_64-unknown-linux-musl.tar.xz'] }}
|
Loading…
Reference in a new issue