Skip to content

Commit

Permalink
new version 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanusta committed Jun 30, 2024
1 parent 1a32f2b commit 7005db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
INSTALL4J_URL: https://download.ej-technologies.com/install4j/install4j_linux-x64_10_0_7.tar.gz
INSTALL4J_URL: https://download.ej-technologies.com/install4j/install4j_linux-x64_10_0_8.tar.gz
LICENSE_KEY_10: ${{ secrets.LICENSE_KEY_10 }}
MAC_CODE_SIGN_P12: ${{ secrets.MAC_CODE_SIGN_P12 }}
WIN_CODE_SIGN_PFX: ${{ secrets.WIN_CODE_SIGN_PFX }}
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Download install4j
run: |
wget --tries=3 ${{ env.INSTALL4J_URL }}
tar zxvf install4j_linux-x64_10_0_7.tar.gz
tar zxvf install4j_linux-x64_10_0_8.tar.gz
- name: Add signing key for MAC
run: 'echo "$MAC_CODE_SIGN_P12" | base64 -d >mac_code_sign.p12'
- name: Add signing key for WIN
Expand Down

0 comments on commit 7005db0

Please sign in to comment.