1
mirror of https://github.com/CarmJos/EasyListener.git synced 2024-09-19 13:25:51 +00:00

ci(build): 修改target文件夹位置

This commit is contained in:
Carm Jos 2022-06-22 23:36:26 +08:00
parent b1a18dc1b5
commit ed6b35d8e4
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: "Package" - name: "Package"
run: mvn -B package --file pom.xml -Dgpg.skip run: mvn -B package --file pom.xml -Dgpg.skip
- name: "Target Stage" - name: "Target Stage"
run: mkdir staging && cp */target/*.jar staging run: mkdir staging && cp target/*.jar staging
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:

View File

@ -11,7 +11,6 @@ public class DemoPlugin extends JavaPlugin {
protected final EasyListener listeners = new EasyListener(this); protected final EasyListener listeners = new EasyListener(this);
@Override @Override
public void onEnable() { public void onEnable() {