diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6501e4b..0a330bd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: name: "Webitel UI Release ${{ steps.package-version.outputs.current-version}}" body: "This is a release of Webitel UI version ${{ steps.package-version.outputs.current-version}}, built on ${{ github.run_date }}" fail_on_unmatched_files: true - files: docs-dist/* + files: docs-dist/** # - name: Upload build artifacts # id: upload_artifacts # uses: actions/upload-artifact@v3