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