Skip to content

Commit

Permalink
ops: fix nsis file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Jul 11, 2024
1 parent c270853 commit b797960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/util-scripts/upload-artifacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const UPLOAD = {
'zip/linux/x64/Wournal-linux-x64-<<VER>>.zip' : 'Wournal-GNU-Linux-Portable-<<VER>>.zip',
'zip/win32/x64/Wournal-win32-x64-<<VER>>.zip' : 'Wournal-Windows-Portable-<<VER>>.zip',
'AppImage/x64/Wournal-<<VER>>-x64.AppImage' : 'Wournal-GNU-Linux-<<VER>>.AppImage',
'nsis/x64/Wournal.Setup.<<VER>>.exe' : 'Wournal-Windows-Setup-<<VER>>.exe',
'nsis/x64/Wournal Setup <<VER>>.exe' : 'Wournal-Windows-Setup-<<VER>>.exe',
};

async function main() {
Expand Down

0 comments on commit b797960

Please sign in to comment.