remove test dan create build-release

This commit is contained in:
Darto KLoning
2026-06-21 05:31:09 +07:00
parent a55dd4e9e6
commit 2a0b0aec78
2 changed files with 23 additions and 15 deletions
+23
View File
@@ -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
-15
View File
@@ -1,15 +0,0 @@
name: Test Runner
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test Runner
run: |
echo "Runner berhasil berjalan"
date
uname -a