From 8ddc54e83734dee78333d71a0521a1dc606f5f44 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Sat, 14 Dec 2024 16:30:50 +0100 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2c9debb4e..604a07e87 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -53,9 +53,7 @@ jobs: - name: Setup Ant uses: cedx/setup-ant@v3 - name: Build Release - run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }} - env: - PROCESSING_APP_SIGNING: false + run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}" - name: Add artifact uses: actions/upload-artifact@v3 id: upload