Skip to content

v2.0.0 - Cross-platform support

Compare
Choose a tag to compare
@cpfarherFinitestate cpfarherFinitestate released this 05 Apr 13:58
· 19 commits to main since this release
c0bbb09

New Features

  • Added support for Windows and Ubuntu operating systems.

Breaking Change

Migrated from a composite action to a JavaScript action.

Action Changes

  • The action's structure and implementation have been updated to accommodate cross-platform support.
  • The workflow configuration might require adjustments due to the change in action type and new options.

What's Changed

Migration Guide

Review the updated action's documentation for any specific changes or requirements.
Update your workflows accordingly to leverage the new features and options.

Mainly you need to change the uses in the workflow file with this line:

uses: FiniteStateInc/third-party-upload@v2.0.0

If you would like to use the sha of the commit as version, we recommend to replace the input on this way:

version: ${{github.sha}}

For detailed information and support, refer to the action's repository and documentation.

Thank you for using our GitHub Action! If you have any questions or encounter issues, please reach out to us for assistance.

Full Changelog: v1.1.1...V2.0.0