Skip to content

Commit

Permalink
Update release actions and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Dec 4, 2022
1 parent 731c40a commit 9c14ac8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release
on:
workflow_dispatch: # Only manual
branches:
- "main"
release:
types:
- published

jobs:
build:
runs-on: ubuntu-22.04
Expand All @@ -26,4 +27,10 @@ jobs:
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

- name: Upload artifacts to GitHub
uses: AButler/[email protected]
with:
files: '*.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Quilt Kotlin Libraries

#### Note: At the moment Quilt Kotlin Libraries is not ready for general use. Please make an issue or talk to the QKL team on discord before writing any PRs.


### What are the Quilt Kotlin Libraries?

Quilt Kotlin Libraries is a wrapper and API provider for Minecraft written in Kotlin, and as such allows modders to
Expand All @@ -14,7 +11,6 @@ with QSL features.


### Repository Structure
* The `core` folder. This contains all the core functionality for the Quilt Kotlin Libraries.
* The `fatjar` folder. This contains the means for creating one Quilt Kotlin Libraries Jar that can be added to mods
folders and development environments.
* The `wrapper` folder. This contains all the Kotlin wrappers to both QSL and Minecraft features/functions.
* `core` contains the language adapter, kotlin standard library and kotlin reflect library
* `library` contains everything else including the rest of the kotlinx stuff brought in by FKL
* The root project is responsible for bundling both the submodules and some required dependencies into a single jar

0 comments on commit 9c14ac8

Please sign in to comment.