initial commit

This commit is contained in:
Seaswimmer 2023-11-15 20:29:15 -05:00
parent 405076fb17
commit 36fac5fdb5
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,20 @@
name: Upload .zip file
on: [push]
jobs:
Upload .zip file:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
with:
token: ${{ secrets.COASTALCOMMITSTOKEN}}
- name: Create the .zip archive
uses: actions/zip@v1
with:
args: zip -qq -r BetterCombatCompat.zip BetterCombatCompat
- name: Upload the .zip archive
uses: actions/upload-artifact@v3
with:
name: BetterCombatCompat.zip

View file

@ -0,0 +1,3 @@
{
"parent": "bettercombat:katana"
}

View file

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "Adds BetterCombat compatibility to some mods in the GalacticFactory modpack."
}
}