cicd: ref_name in artifacts breaks when ref includes /

This commit is contained in:
jamesread 2023-02-23 17:04:58 +00:00
parent 141efcdbbf
commit 7b7ec8f1e0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Archive binaries - name: Archive binaries
uses: actions/upload-artifact@v3.1.0 uses: actions/upload-artifact@v3.1.0
with: with:
name: "OliveTin-snapshot-${{ github.ref_name }}-${{ github.sha }}-dist" name: "OliveTin-snapshot-${{ github.sha }}-dist"
path: dist/OliveTin*.* path: dist/OliveTin*.*
- name: Archive integration tests - name: Archive integration tests