Actualizar .github/workflows/sync-to-github.yml

This commit is contained in:
2026-04-26 19:30:55 +02:00
parent 83c5279ab9
commit 9b9284d3d1

View File

@@ -34,7 +34,7 @@ jobs:
- name: Copy selected files
run: |
FILES="sigpro.js sigpro.d.ts vite/index.js dist/sigpro.esm.js dist/sigpro.esm.min.js dist/sigpro.js dist/sigpro.min.js"
FILES="sigpro.js"
for file in $FILES; do
if [ -f "source/$file" ]; then
mkdir -p "dest/$(dirname $file)"