[skip ci] delete unused workflow
Signed-off-by: jansel <me@jansel.dev>
This commit is contained in:
parent
2270f3d725
commit
ae8b09c405
1 changed files with 0 additions and 33 deletions
33
.github/workflows/develop.yml
vendored
33
.github/workflows/develop.yml
vendored
|
@ -1,33 +0,0 @@
|
|||
name: Build & Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Java
|
||||
uses: actions/setup-java@v4
|
||||
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Gradle (Build)
|
||||
run: "./gradlew build"
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
with:
|
||||
name: Build and Deploy Artifacts
|
||||
path: build/libs/*.jar
|
Loading…
Add table
Add a link
Reference in a new issue