diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e9128df..59b9c21 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -39,4 +39,5 @@ jobs: with: name: assets path: ".asset/*.jar" - retention-days: 5 \ No newline at end of file + retention-days: 5 + include-hidden-files: true \ No newline at end of file