Skip to content

Commit 0e6e161

Browse files
committed
update cells-production-split.yml
1 parent 3afefe5 commit 0e6e161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cells-production-split.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
find . -name "sitemap.xml" -type f 2>/dev/null || echo "no sitemap.xml"
6969
- name: Prepare public folder
7070
run: |
71-
find /home/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;
71+
find ./public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;
72+
# find /home/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;
7273
# mv /home/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/${{ vars.INDEX_SITEMAP }} public/sitemap.xml
7374

7475
- name: Deploy ${{ matrix.configure_one_product }} to S3

0 commit comments

Comments
 (0)