Skip to content

Commit 8ddc54e

Browse files
authored
Update pull_request.yml
1 parent fc40fdf commit 8ddc54e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
- name: Setup Ant
5454
uses: cedx/setup-ant@v3
5555
- name: Build Release
56-
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}
57-
env:
58-
PROCESSING_APP_SIGNING: false
56+
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
5957
- name: Add artifact
6058
uses: actions/upload-artifact@v3
6159
id: upload

0 commit comments

Comments
 (0)