Skip to content

Instantly share code, notes, and snippets.

@extrawurst
Created April 14, 2020 12:09
Show Gist options
  • Save extrawurst/65921c0e8885d876f81a617f480270f6 to your computer and use it in GitHub Desktop.
Save extrawurst/65921c0e8885d876f81a617f480270f6 to your computer and use it in GitHub Desktop.
- name: Get version
id: get_version
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}
- name: Set SHA
id: shasum
run: |
echo ::set-output name=sha::"$(shasum -a 256 ./target/gitui-mac.tar.gz | awk '{printf $1}')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment