We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24c446 commit a5ae40cCopy full SHA for a5ae40c
.github/workflows/prerelease_windows_installer.yml
@@ -38,7 +38,7 @@ jobs:
38
pyinstaller --add-data="assets/*;./" --noupx --onefile mtfg-ofs-extension-installer.py
39
- uses: actions/upload-artifact@v2
40
with:
41
- name: mtfg-ofs-extension-installer-${{INSTALLER_VERSION}}.exe
+ name: mtfg-ofs-extension-installer-${{env.INSTALLER_VERSION}}.exe
42
path: ./contrib/Installer/dist/mtfg-ofs-extension-installer.exe
43
retention-days: 7
44
0 commit comments