diff --git a/.classpath b/.classpath
deleted file mode 100644
index 9c4312a..0000000
--- a/.classpath
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b05aab9..382b20c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -4,14 +4,18 @@ on: [push]
jobs:
build:
-
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn package --file pom.xml
+ - name: Upload Artifact
+ uses: actions/upload-artifact@v2-preview
+ with:
+ name: Harbor
+ path: target/
\ No newline at end of file
diff --git a/.project b/.project
deleted file mode 100644
index 1583b3e..0000000
--- a/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
- Harbor
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- org.eclipse.m2e.core.maven2Builder
-
-
-
-
-
- org.eclipse.jdt.core.javanature
- org.eclipse.m2e.core.maven2Nature
-
-