WeiDU Mod Packager (iemod; multi-platform: amd64; use git release tag name as suffix) #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WeiDU Mod Packager by Argent77 | |
# See: https://github.com/InfinityTools/WeiduModPackager | |
name: 'WeiDU Mod Packager (iemod; multi-platform: amd64; use git release tag name as suffix)' | |
on: | |
release: | |
types: [published] | |
workflow_dispatch: | |
jobs: | |
call_workflow: | |
strategy: | |
matrix: | |
type: [iemod, multi] | |
permissions: | |
contents: write | |
uses: InfinityTools/WeiduModPackagerLibrary/.github/workflows/WeiduModPackagerLibrary.yml@master | |
with: | |
type: ${{ matrix.type }} | |
architecture: amd64 | |
suffix: ${{ github.event.release.tag_name }} | |
naming: ini |