Skip to content

Commit

Permalink
Fix maven functional test artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
lazar-mitrovic committed May 20, 2022
1 parent 050bd83 commit 464f126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-native-maven-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v2
with:
name: functional-tests-results-${{ matrix.gradle-version }}
name: maven-functional-tests-results-${{ matrix.os }}
path: native-maven-plugin/build/reports/tests/
test-native-maven-plugin-windows:
name: "Windows Minimal Tests for Maven plugin"
Expand Down

0 comments on commit 464f126

Please sign in to comment.