cicd: bugfix variable name
This commit is contained in:
parent
db475895ca
commit
9522e25b1d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue