Skip to content

Commit

Permalink
Merge pull request #424 from ALIENQuake/master
Browse files Browse the repository at this point in the history
Change how custom action is executed
  • Loading branch information
r-e-d authored Oct 11, 2023
2 parents c2b5c99 + a7faf5a commit 8174b79
Show file tree
Hide file tree
Showing 5 changed files with 125,536 additions and 44 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/InfinityAutoPackager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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
28 changes: 28 additions & 0 deletions .github/workflows/MergeDialogFiles.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Merge Dialog Files

on:
push:
# paths:
# - "**.tra"
workflow_dispatch:

jobs:
MergeDialogFiles:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Initial setup
run: |
git lfs uninstall
git config --global core.autocrlf false
git config --global core.ignorecase true
- name: Clone repository using 'github.ref' from release
uses: actions/checkout@master

- name: Perform a diff between tra files and generate patching code
run: node dist/index.js

- name: Git add & commit
uses: EndBug/[email protected]
44 changes: 0 additions & 44 deletions .github/workflows/workflow.yaml

This file was deleted.

Loading

0 comments on commit 8174b79

Please sign in to comment.