Skip to content

Release with HEMTT

Actions
Build your mod with HEMTT
3.0.0
Latest
Star (2)

Tags

 (1)

tests codecov

action-release-with-hemtt

This action builds your HEMTT mod and then zips it. You could then use that zip and attach it as an artifact or to a release.

Inputs

zip_build

This input is optional (Default: true) Whether the build should be zipped.

cwd

This input is optional (Default: .) Working directory of hemtt.

Outputs

release_path

Relative path of released addon before it is zipped. (is equal to ./releases/<version>)

mod_name

Name of mod. (is equal to modname inside hemtt.toml)

zip_path

Relative path of zipped mod. Will be not set if input zip_build is false

zip_name

Name of packed mod (without file extension). Will be not set if input zip_build is false.

Example usage

steps:
- uses: actions/checkout@master

- uses: gruppe-adler/action-release-with-hemtt@v3
  id: build

- run: echo 'Release ${{ steps.build.outputs.zip_name }} is ready.'

- uses: actions/upload-artifact@v3
  with:
    name: 'packed-mod'
    path: ${{ steps.build.outputs.zip_path }}

License

The scripts and documentation in this project are released under the MIT License

Release with HEMTT is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Build your mod with HEMTT
3.0.0
Latest

Tags

 (1)

Release with HEMTT is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.