remove version from build artifact name

main
Nathan Franke 3 years ago
parent ebf94e6c63
commit def5b5ca72
No known key found for this signature in database
GPG Key ID: 082B90CF10A5B648

@ -142,13 +142,9 @@ jobs:
cp --no-clobber '${{ github.workspace }}/README.md' '${{ github.workspace }}/LICENSE' "$addon"
done
- name: Get version name
id: version
run: echo ::set-output name=version::${GITHUB_REF#refs/*/}
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ${{ github.event.repository.name }}_${{ steps.version.outputs.version }}
name: ${{ github.event.repository.name }}
path: |
${{ github.workspace }}/project/

Loading…
Cancel
Save