From 26cc1248d20c6c41e3829a5bd16b9269a34269e5 Mon Sep 17 00:00:00 2001 From: Abdulaziz Ghuloum Date: Fri, 27 Sep 2024 13:21:09 +0300 Subject: [PATCH] fixed action again --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5da370d..c221515 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,7 +15,7 @@ jobs: - run: (cd context-free && docker build . -t contextfree -f Wasm.Dockerfile) - name: Build the Docker image run: docker build . --file Dockerfile --tag context-free-web - - run: (container=$(docker create context-free-web) && docker cp ${container}:/app/build ./build) + - run: (container=$(docker create context-free-web) && docker cp ${container}:/app/dist ./dist) - uses: actions/upload-pages-artifact@v3 with: name: github-pages