Update mac-unix-artifact-creation.yml

This commit is contained in:
Anthony Stirling 2024-12-09 12:21:05 +00:00 committed by GitHub
parent 397352c9f1
commit 16adfe1f59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |