Skip to content

Commit

Permalink
env not with
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv committed Dec 6, 2024
1 parent 6db6899 commit 624c171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
- name: Build Release
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
with:
env:
PROCESSING_APP_SIGNING: true
- name: Add artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
- name: Build Release
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
with:
env:
PROCESSING_APP_SIGNING: true
- name: Add artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 624c171

Please sign in to comment.