From 16adfe1f596b4a5a47e63f36953677cede861104 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:21:05 +0000 Subject: [PATCH] Update mac-unix-artifact-creation.yml --- .github/workflows/mac-unix-artifact-creation.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/mac-unix-artifact-creation.yml b/.github/workflows/mac-unix-artifact-creation.yml index 38d1721c..3e4c836d 100644 --- a/.github/workflows/mac-unix-artifact-creation.yml +++ b/.github/workflows/mac-unix-artifact-creation.yml @@ -20,11 +20,6 @@ jobs: - name: Build with Gradle run: ./gradlew bootJar - - - name: Create Unix Launcher Script - run: | - chmod +x scripts/create-unix-launcher.sh - ./scripts/create-unix-launcher.sh - name: Create tar.gz Bundle run: |