Skip to content

Commit 422f83b

Browse files
authored
Merge pull request #80 from Qualys/bug-fix/QINT-20087
Updated action.yaml
2 parents 3187fd2 + e03655d commit 422f83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runs:
109109
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
110110

111111
- name: Checking directory contents
112-
run: ls
112+
run: ls ./target
113113
shell: bash
114114

115115
- name: Setting up executable

0 commit comments

Comments
 (0)