Skip to content

📝 Fix gitignore with lib jars #3

📝 Fix gitignore with lib jars

📝 Fix gitignore with lib jars #3

Workflow file for this run

name: Build Action
on:
push:
branches: [ feature/update-to-new-zmenu-api ]
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:
permissions:
contents: read
packages: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build and Publish zEssentials
uses: GroupeZ-dev/actions/.github/workflows/build.yml@main
with:
project-name: "zEssentials"
publish: true
project-to-publish: "API:publish"
discord-avatar-url: "https://groupez.dev/storage/images/325.png"
secrets:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}