diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fd4769..1fa3364 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,5 +27,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: artifacts - path: build/libs - retention-days: 30 \ No newline at end of file + path: build/libs \ No newline at end of file