diff --git a/.github/workflows/releaseArtifacts.yml b/.github/workflows/releaseArtifacts.yml index a2bf7d4f795..59da4136bef 100644 --- a/.github/workflows/releaseArtifacts.yml +++ b/.github/workflows/releaseArtifacts.yml @@ -74,43 +74,3 @@ jobs: uses: softprops/action-gh-release@v2 with: files: ./build/libs/Stirling-PDF${{ matrix.file_suffix }}.jar - - - push-ui: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: "17" - distribution: "temurin" - - - uses: gradle/actions/setup-gradle@v4 - with: - gradle-version: 8.7 - - - name: Generate exe - run: ./gradlew clean createExe - env: - DOCKER_ENABLE_SECURITY: false - STIRLING_PDF_DESKTOP_UI: true - - - name: Get version number - id: versionNumber - run: echo "versionNumber=$(./gradlew printVersion --quiet | tail -1)" >> $GITHUB_OUTPUT - - - name: Upload Assets binarie - uses: actions/upload-artifact@v4 - with: - path: ./build/launch4j/Stirling-PDF.exe - name: Stirling-PDF.exe - overwrite: true - retention-days: 1 - if-no-files-found: error - - - name: Upload binaries to release - uses: softprops/action-gh-release@v2 - with: - files: ./build/launch4j/Stirling-PDF.exe