We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db6899 commit 624c171Copy full SHA for 624c171
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
75
- name: Build Release
76
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
77
- with:
+ env:
78
PROCESSING_APP_SIGNING: true
79
- name: Add artifact
80
uses: actions/upload-artifact@v4
.github/workflows/pull_request.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
uses: actions/upload-artifact@v3
0 commit comments