cicd: bugfix variable name

This commit is contained in:
jamesread 2023-10-09 23:11:04 +01:00
parent db475895ca
commit 9522e25b1d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: Archive binaries - name: Archive binaries
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: "OliveTin-${{ GITHUB_REF_NAME }}" name: "OliveTin-${{ github.ref_name }}"
path: dist/OliveTin*.* path: dist/OliveTin*.*
- name: Archive integration tests - name: Archive integration tests