Skip to content

Commit

Permalink
Fix wget call
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 4, 2019
1 parent 04fb898 commit 47e4eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
- name: Download jpackage
run: wget -qN ${{ matrix.jpackageDownload }}
run: |
wget -qN ${{ matrix.jpackageDownload }}
- name: Extract jpackage
uses: brunoborges/justextract@master
with:
Expand Down

0 comments on commit 47e4eee

Please sign in to comment.