From 1dd4ab02a899e65004b4ee9c282016549defd7a3 Mon Sep 17 00:00:00 2001 From: Yelin Jeong Date: Mon, 29 Apr 2024 08:48:37 +0900 Subject: [PATCH] test --- .github/workflows/tizen-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tizen-web.yml b/.github/workflows/tizen-web.yml index 2bf70450..45ff0a55 100644 --- a/.github/workflows/tizen-web.yml +++ b/.github/workflows/tizen-web.yml @@ -20,7 +20,7 @@ jobs: run: | wget -nc -O ${{ github.workspace }}/installer $TIZEN_STUDIO_URL chmod a+x ${{ github.workspace }}/installer - bash ${{ github.workspace }}/installer --accept-license + bash ${{ github.workspace }}/installer --accept-license ${{ github.workspace }} - name: make cert and build shell: bash run: |