[skip ci] allowing dash in release tags

pull/10/head
Rémi Laurent 2022-05-31 12:54:15 +02:00
parent f208ed4f5a
commit 97b75586e9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
# prepare release
- name: Get repository name
id: repository
run: echo "::set-output name=pathref::$(echo '${{ github.repository }}' | cut -d'/' -f2)-$(echo '${{ github.ref_name }}' | sed 's/[^[:alnum:]\.]/_/g')"
run: echo "::set-output name=pathref::$(echo '${{ github.repository }}' | cut -d'/' -f2)-$(echo '${{ github.ref_name }}' | sed 's/[^[:alnum:]\.-]/_/g')"
- name: create artifact archive
run: |