Closed tobias-klein closed 4 years ago
This is not an error with this module, but rather nuget
which is used by this module. A simple Google search showed this issue https://github.com/NuGet/Home/issues/7001
I suggest you check your files for any weird dates, or if the Github Action is changing the date somehow. I'm closing this issue since we can't fix this problem. You should follow any progress on the NuGet side
What version of
electron-installer-windows
are you using?3.0.0
What version of
node
andnpm
are you using?Latest node version from GitHub Actions (v12.18.3) and npm 6.14.6.
What operating system are you using?
Microsoft Windows Server 2019 Datacenter (GitHub Actions hosted runner)
https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
Can you compile the example app successfully?
I didn't try to build the example app via GitHub actions. But previously the build of Ezra Project was working fine via GitHub actions (since more than a year).
Last successful build on August 31st: https://github.com/tobias-klein/ezra-project/runs/1049876107?check_suite_focus=true#step:6:308
What did you do? Please include the configuration you are using for
electron-installer-windows
.node_modules\\.bin\\electron-installer-windows --src release\\ezra-project-win32-ia32 --dest release\\packages --config package_config\\win_installer_config.json"
Content of win_installer_config.json:
What did you expect to happen?
Successful generation of the Windows installer for Ezra Project.
What actually happened?
Build failed with the error message "The DateTimeOffset specified cannot be converted into a Zip file timestamp"
Detailed log: