From 149751883503eddd20a47f395b583524cda072d2 Mon Sep 17 00:00:00 2001 From: Wesley Ford Date: Sat, 18 Nov 2023 19:59:10 -0600 Subject: [PATCH] Update react.yml --- .github/workflows/react.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index 9e31281..c6a6289 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -38,9 +38,10 @@ jobs: - name: Rename Certificate and Key Files run: | - mkdir -p ~/.aspnet/https - mv ~/.aspnet/https/localhost.crt ~/.aspnet/https/react-ts.pem || true - mv ~/.aspnet/https/localhost.key ~/.aspnet/https/react-ts.key || true + mkdir -p ./.aspnet/https + mv ./.aspnet/https/localhost.crt ./.aspnet/https/react-ts.pem || true + mv ./.aspnet/https/localhost.key ./.aspnet/https/react-ts.key || true + working-directory: ${{ github.workspace }} - name: Test vite+react Project run: |