fix build artifact (#38)

This commit is contained in:
Karma2424 2024-11-04 11:02:35 +05:30 committed by GitHub
parent ca2e4b8da8
commit b896dbcda3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: library name: library
path: ~/.m2 path: ~/.m2/repository/
include-hidden-files: true
if-no-files-found: error
- name: Upload pages - name: Upload pages
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with: