Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
EinsLucaaa committed Aug 5, 2023
2 parents 4988567 + 4c32465 commit 2056081
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
55 changes: 29 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
name: LabyAddon Build
name : LabyAddon Build

on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
workflow_dispatch:
on :
push :
branches : [ "master", "main" ]
pull_request :
branches : [ "master", "main" ]
workflow_dispatch :

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --full-stacktrace
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: build/libs/*-release.jar
env :
PUBLIC_RELEASE_BUILD : true

jobs :
build :
runs-on : ubuntu-latest
steps :
- uses : actions/checkout@v3
- name : Set up JDK 17
uses : actions/setup-java@v3
with :
distribution : 'corretto'
java-version : '17'
- name : Grant execute permission for gradlew
run : chmod +x gradlew
- name : Create addon jar
run : ./gradlew build --full-stacktrace
- name : Upload Artifact
uses : actions/upload-artifact@v3
with :
name : Artifacts
path : build/libs/*-release.jar
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ For more information take a bitter look at the [Wiki](https://github.com/EinsLuc

## Installation

todo

## Usage

Expand Down

0 comments on commit 2056081

Please sign in to comment.