From d41deb729b695f67b5d0b79e1d1b8c23b5487cc9 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 10 Jun 2023 15:07:20 +0100 Subject: [PATCH] fix for action --- .github/workflows/releaseArtifacts.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/releaseArtifacts.yml b/.github/workflows/releaseArtifacts.yml index 3cb4e063..e974be29 100644 --- a/.github/workflows/releaseArtifacts.yml +++ b/.github/workflows/releaseArtifacts.yml @@ -22,15 +22,15 @@ jobs: run: ./gradlew clean createJar - name: Upload jar to release - uses: JasonEtco/upload-to-release@master - with: - args: ./build/libs/S-PDF*.jar application/java-archive - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: JasonEtco/upload-to-release@master + with: + args: ./build/libs/S-PDF*.jar application/java-archive + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload exe to release - uses: JasonEtco/upload-to-release@master - with: - args: ./build/launch4j/Stirling-PDF.exe application/vnd.microsoft.portable-executable - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + uses: JasonEtco/upload-to-release@master + with: + args: ./build/launch4j/Stirling-PDF.exe application/vnd.microsoft.portable-executable + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file