Version 11.4 #17
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
# Infinity Auto Packager by AL|EN ([email protected]) | |
# A tool that automatically generates Infinity Engine mod packages when you publish a release. | |
name: Infinity Auto Packager | |
on: | |
release: | |
types: [published] | |
workflow_dispatch: | |
jobs: | |
call-workflow: | |
uses: ALIENQuake/InfinityAutoPackagerGlobal/.github/workflows/InfinityAutoPackagerGlobal.yaml@master | |
permissions: write-all |