Skip to content

Fixed autopacking

Fixed autopacking #2

Workflow file for this run

name: Packing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Packing
run: python3 ./packing.py
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GH_TOKEN }}"
automatic_release_tag: Autopacking
prerelease: false
files: |
./Modpack-Translation-Zack.zip