Compare commits
2 Commits
14543e878f
...
651b02200f
Author | SHA1 | Date | |
---|---|---|---|
651b02200f | |||
4ebf2b4f5d |
@ -28,6 +28,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn clean install
|
run: mvn clean install
|
||||||
|
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: plugin-jar
|
||||||
|
path: target/BetterMinecraft-stable.jar
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user