Skip to content

Afaaq, the Djinni Companion v2.11 #1

Afaaq, the Djinni Companion v2.11

Afaaq, the Djinni Companion v2.11 #1

# WeiDU Mod Packager by Argent77
# See: https://github.com/InfinityTools/WeiduModPackager
name: 'WeiDU Mod Packager (iemod; lin/mac: amd64; win: x86; use git release tag name as suffix)'
on:
release:
types: [published]
workflow_dispatch:
jobs:
call_workflow_amd64:
strategy:
matrix:
type: [iemod, linux, macos]
permissions:
contents: write
uses: InfinityTools/WeiduModPackagerLibrary/.github/workflows/WeiduModPackagerLibrary.yml@master
with:
type: ${{ matrix.type }}
architecture: amd64
suffix: ${{ github.event.release.tag_name }}
naming: A7-DjinniCompanion
call_workflow_x86:
permissions:
contents: write
uses: InfinityTools/WeiduModPackagerLibrary/.github/workflows/WeiduModPackagerLibrary.yml@master
with:
type: windows
architecture: x86
suffix: ${{ github.event.release.tag_name }}
naming: A7-DjinniCompanion