diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-03-18 15:05:55 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-03-18 22:21:21 -0400 |
| commit | f91456ec02dd74542c4f7bf64fdca0b51d841c5a (patch) | |
| tree | e98d67ed23429edca9df9d216692efbbb9ed3148 /bin/build-distribution-archives | |
| parent | 79542c0d1309521a96db9c9d249e2bfd824387da (diff) | |
get rid of refs-heads- in zips
Diffstat (limited to 'bin/build-distribution-archives')
| -rwxr-xr-x | bin/build-distribution-archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index 825db510..ff2f3e79 100755 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="$(echo ${GITHUB_REF} | tr / -)" +VERSION="$(echo ${GITHUB_REF#refs/heads/} | tr / -)" OS="${BUILD:-$(uname)}" ARCH="$(uname -m)" |
