diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7ca9490..0b67c60 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,6 +27,11 @@ jobs:
- name: Build with Maven
run: mvn -B clean package
+ - name: Debug jar output
+ run: |
+ echo "Listing target directory:"
+ ls -la target
+
- name: Deploy JAR via native SCP
uses: appleboy/ssh-action@v0.1.7
with:
diff --git a/pom.xml b/pom.xml
index a006be5..2911c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
11
-
+
org.apache.maven.plugins
@@ -89,7 +89,7 @@
- com.auction.TroostwijkScraper
+ com.auction.Main