this repo has no description
1name: Build Pack
2
3on:
4 workflow_dispatch:
5 push:
6 paths:
7 - "x256/**"
8
9# Welcome to my workflow
10jobs:
11 build-pack:
12 name: Build Pack
13 runs-on: ubuntu-22.04
14
15 steps:
16 - name: Checkout Code
17 uses: actions/checkout@v4
18
19 - name: Install Dependencies
20 run: |
21 sudo apt-get update
22 sudo apt-get install -y jq
23
24 - name: Build Pack ZIP
25 run: bash scripts/generate-pack.sh
26
27 - name: Upload Artifact
28 uses: actions/upload-artifact@v4
29 with:
30 name: neoduke
31 path: output/