Skip to content

Commit

Permalink
Fixes paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Feb 24, 2020
1 parent f63477e commit b23fba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
run: |
wget http://informagen.com/JarBundler/dist/jarbundler.zip
unzip jarbundler.zip
mkdir -p .ant/lib
cp jarbundler-2.3.1/jarbundler-2.3.1.jar .ant/lib
mkdir -p ~/.ant/lib
cp jarbundler-2.3.1/jarbundler-2.3.1.jar ~/.ant/lib
- name: Build with Ant
run: ant -noinput -buildfile build.xml -Dsplashscreen.enable=true -Dlabel="$VERSION" -Dsparkle="$VERSION" -Dpackage.name="jitsi" -Dlink.updates.macosx="https://download.jitsi.org/jitsi/macosx/sparkle/updates.xml" -Dlink.download.macosx="https://download.jitsi.org/jitsi/nightly/macosx/jitsi-2.11.$VERSION.dmg" -Dlink.sparkle.updates.index="https://download.jitsi.org/jitsi/nightly/macosx/sparkle/index.html" -Dgoogle.api.client.id="${{ secrets.GOOGLE_API_CLIENT_ID }}" -Dgoogle.api.client.secret="${{ secrets.GOOGLE_API_CLIENT_SECRET }}" clean make dmg
- shell: bash
Expand Down

0 comments on commit b23fba3

Please sign in to comment.