Update manual.yml

This commit is contained in:
Henrik
2023-01-20 18:51:12 +01:00
committed by GitHub
parent 86f2edd6c1
commit efefdae026

View File

@@ -46,7 +46,7 @@ jobs:
run: git add pixartmin.htm
- name: Use env file
env:
envFile: env.yml
envFile: manualenv.yml
run: |
echo "The version is ${{ env.version_string }}"
- name: Commit the changes