From 455407e03a7a1e14507063b537410d2fe6090eef Mon Sep 17 00:00:00 2001 From: Tom Kent Date: Tue, 8 Oct 2024 10:54:27 -0700 Subject: [PATCH] fix: bug in preview build script --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8f9ca8aa..71c27f57 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,7 +25,7 @@ jobs: run: | cd /home/ubuntu [ -d barcode-reader-javascript-samples ] && rm -rf barcode-reader-javascript-samples - git clone --depth 1 -b demo https://github.com/Dynamsoft/barcode-reader-javascript-samples.git + git clone --depth 1 -b preview https://github.com/Dynamsoft/barcode-reader-javascript-samples.git - name: Sync files uses: SamKirkland/FTP-Deploy-Action@4.3.0