Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
activity

GitHub Action

Release with HEMTT

1.1.3

Release with HEMTT

activity

Release with HEMTT

Build your mod with HEMTT

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Release with HEMTT

uses: gruppe-adler/action-release-with-hemtt@1.1.3

Learn more about this action in gruppe-adler/action-release-with-hemtt

Choose a version

action-release-with-hemtt

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

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master

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

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

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

License

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