Update check_glpi_version.yml

pull/35/head
Antoine Guyon 3 years ago committed by GitHub
parent d1a1b4ec7c
commit 99523e2426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: last_glpi_version
path: ./last_glpi_version
path: ./last_glpi_version.txt
continue-on-error: true
- name: Check GLPI version
@ -49,4 +49,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: last_glpi_version
path: ./last_glpi_version/last_glpi_version.txt
path: ./last_glpi_version.txt

Loading…
Cancel
Save