Skip to content

Commit

Permalink
Fix the WildFly download archive information.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Aug 3, 2023
1 parent 2d5d54b commit baa045d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: maven-repository
name: wildfly-maven-repository
path: .
- name: Extract Maven Repo
shell: bash
run: tar -xzf maven-repository.tgz -C ~
run: tar -xzf wildfly-maven-repository.tar.gz -C ~
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit baa045d

Please sign in to comment.