svalinn / Cubit-plugin

Plugins and command extensions for Coreform Cubit
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

moving to maintained action and splitting up linux github actions yml and #131

Open shimwell opened 2 years ago

shimwell commented 2 years ago

The existing Github Actions scripts make use of upload-release-asset which is now no longer maintained and suggests using action-gh-release instead.

So I think it might be time to change the GitHub Action used to upload the compressed files to the release.

Additionally as mentioned in the call today the combined action for Ubuntu and Debian upload was getting a bit large so I've split those two into separate yml files which.

The github actions triggered by a test release on my fork all worked as the failing option Ubuntu 21.04 and Cubit 2021.4 has been removed from the matrix. https://github.com/shimwell/Cubit-plugin/actions

gonuke commented 2 years ago

Is the combination of Ubuntu 21.04 and Cubit 2021.4 known to fail before now?