Skip to content

Lua suggests

Lua suggests #460

Workflow file for this run

name: Development Build
on: push
env:
APP_VERSION: "1.1.1"
MC: "1.21.8"
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 21
distribution: 'zulu'
- name: Build
run: ./gradlew build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: binaries
path: |
./build/libs/*.jar
- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: v${{ env.MC }}_${{ env.APP_VERSION }}
name: 🌟 Hypixel Cry Fabric ${{ env.MC }} v${{ env.APP_VERSION }} 🌟
body: |
![Downloads](https://img.shields.io/github/downloads/Nekiplay/Hypixel-Cry/v${{ env.MC }}_${{ env.APP_VERSION }}/total) ![Version](https://img.shields.io/badge/version-${{ env.APP_VERSION }}-blue) ![Platform](https://img.shields.io/badge/platform-Windows%20|%20Linux-orange)
## 👏 Contributors Hall of Fame
Special thanks to our amazing contributors who made this release possible:
- **@Nekiplay** - Core improvements and feature implementations
- **@KreedMan** - Features tester
files: |
./build/libs/*.jar