diff --git a/.github/workflows/packing.yml b/.github/workflows/packing.yml new file mode 100644 index 0000000..cacb34a --- /dev/null +++ b/.github/workflows/packing.yml @@ -0,0 +1,27 @@ +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: main + prerelease: false + files: | + ./Modpack-Translation-Zack.zip \ No newline at end of file