Lowercase version

This commit is contained in:
Jordan Roher 2023-04-22 11:07:32 -07:00
parent b4d0001856
commit 9ef63ea5d7

View File

@ -18,7 +18,7 @@ jobs:
- name: Set variables - name: Set variables
run: | run: |
VER=$(cat VERSION) VER=$(cat version)
echo "VERSION=$VER" >> $GITHUB_ENV echo "VERSION=$VER" >> $GITHUB_ENV
- name: Set up QEMU - name: Set up QEMU