Skip to content

CI Hotfix: Working build releases

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 14:11
· 3212 commits to master since this release
bc62a0d

This release incorporates the changes by @falko17 from pull request #618.
Builds for Windows and Linux are available below.

Details

This fixes the following problems:

  • Builds were unnecessarily compressed even if they were not going to be uploaded.
  • Builds were cleaned before the release steps, leading to missing ZIP files.
  • Write permissions for the release step were missing.
  • A setup dependency for the release step was missing.

After this is merged, any merged PR should result in a new release being created afterward, re-using the PR title and description, along with a built version of SEE for Windows and Linux.


See original pull request for details.