remove test dan create build-release
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name: Build ZombiiAttack Datapack Release
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create Datapack ZIP
|
||||
run: |
|
||||
zip -r zombiiattack-datapack.zip \
|
||||
data \
|
||||
pack.mcmeta \
|
||||
pack.png
|
||||
|
||||
- name: Show ZIP
|
||||
run: |
|
||||
ls -lah
|
||||
Reference in New Issue
Block a user