Skip to content

Update Crowdin configuration file #7

Update Crowdin configuration file

Update Crowdin configuration file #7

Workflow file for this run

name: Packer
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Setup Node.js environment
uses: actions/setup-node@v3.7.0
with:
node-version: 16
- name: Setup Python
uses: actions/setup-python@v4.7.0
with:
python-version: 3.8
- name: Run packer.py
run: python source_files/packer.py
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: packaged-files
path: patch-out