kitgit

tirbofish/dropbear · diff

cd2f70c · tk

updated actions and stuff

Unverified

diff --git a/.github/workflows/build_fatty.yaml b/.github/workflows/build_fatty.yaml
index c6f126d..730147a 100644
--- a/.github/workflows/build_fatty.yaml
+++ b/.github/workflows/build_fatty.yaml
@@ -25,11 +25,11 @@ jobs:
         run: chmod +x gradlew
 
       - name: Build with Gradle
-        run: ./gradlew build
+        run: ./gradlew build fatJar
 
       - name: Upload JAR artifact
         uses: actions/upload-artifact@v4
         with:
           name: application-jar
-          path: build/libs/*.jar
+          path: build/libs/*-all.jar
           retention-days: 30
\ No newline at end of file
diff --git a/.github/workflows/create_executable.yaml b/.github/workflows/create_executable.yaml
index 1433fc0..e21aa06 100644
--- a/.github/workflows/create_executable.yaml
+++ b/.github/workflows/create_executable.yaml
@@ -2,8 +2,8 @@ name: Build Executables
 
 on:
   push:
-    branches: 
-    - '**'
+    branches:
+      - '**'
   pull_request: {}
 
 jobs:
@@ -34,10 +34,28 @@ jobs:
         with:
           submodules: 'recursive'
 
+      - name: Set up JDK 21
+        uses: actions/setup-java@v4
+        with:
+          java-version: '21'
+          distribution: 'temurin'
+
+      - name: Setup Gradle
+        uses: gradle/actions/setup-gradle@v4
+        with:
+          gradle-version: 'wrapper'
+
+      - name: Make Gradlew Executable (Unix-like systems)

Large diffs are not rendered by default. Showing the first 50 of 417 lines. Show full diff