Skip to content

Commit a5ae40c

Browse files
author
arch
committed
try fix workflow
1 parent e24c446 commit a5ae40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease_windows_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pyinstaller --add-data="assets/*;./" --noupx --onefile mtfg-ofs-extension-installer.py
3939
- uses: actions/upload-artifact@v2
4040
with:
41-
name: mtfg-ofs-extension-installer-${{INSTALLER_VERSION}}.exe
41+
name: mtfg-ofs-extension-installer-${{env.INSTALLER_VERSION}}.exe
4242
path: ./contrib/Installer/dist/mtfg-ofs-extension-installer.exe
4343
retention-days: 7
4444

0 commit comments

Comments
 (0)