From 66bd75a56b7d7050fe3378ba3ec9b15058b64c10 Mon Sep 17 00:00:00 2001 From: Nader Zare Date: Mon, 19 Aug 2024 21:45:41 -0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7860a6b5..8c33e9d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - name: Build project run: | docker run --rm -v ${{ github.workspace }}:/workspace naderzare/ubuntu-grpc-thrift:latest \ - bash -c "cd /workspace && chmod +x build.sh && ./build.sh" + bash -c "ls && cd /workspace && ls && chmod +x build.sh && ./build.sh" # Step 4: Run the create_app_images.sh script inside the Docker container - name: Create AppImage