Skip to content

Commit 624c171

Browse files
committed
env not with
1 parent 6db6899 commit 624c171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
7575
- name: Build Release
7676
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
77-
with:
77+
env:
7878
PROCESSING_APP_SIGNING: true
7979
- name: Add artifact
8080
uses: actions/upload-artifact@v4

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
6060
- name: Build Release
6161
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
62-
with:
62+
env:
6363
PROCESSING_APP_SIGNING: true
6464
- name: Add artifact
6565
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)