diff --git a/.forgejo/workflows/webrepl.yaml b/.forgejo/workflows/webrepl.yaml index 0d4969d..67edce9 100644 --- a/.forgejo/workflows/webrepl.yaml +++ b/.forgejo/workflows/webrepl.yaml @@ -27,10 +27,10 @@ jobs: with: name: webrepl path: | - *.html - *.js - *.css - pkg/ + talc-web/*.html + talc-web/*.js + talc-web/*.css + talc-web/pkg/ if-no-files-found: error - name: Done