Skip to content

Commit 545c653

Browse files
authored
Define directory to execute the script installing Maven 4.0.0-rc-4
1 parent e71a54e commit 545c653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535

3636

3737
- name: Make the script installMaven4.0.0-rc-4.sh executable
38-
run: chmod +x installMaven4.0.0-rc-4.sh
38+
run: chmod +x .github/workflows/installMaven4.0.0-rc-4.sh
3939

4040
- name: Install Maven 4.0.0-rc-4
41-
run: ./installMaven4.0.0-rc-4.sh
41+
run: .github/workflows/installMaven4.0.0-rc-4.sh
4242

4343
- name: Verify Maven version
4444
run: mvn -v

0 commit comments

Comments
 (0)