From d5ef3fa88447c6087feaf920c4e947ebd19aad58 Mon Sep 17 00:00:00 2001 From: trimill Date: Mon, 6 Jan 2025 00:32:29 -0500 Subject: [PATCH] path --- .forgejo/workflows/webrepl.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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