Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naderzare authored Aug 20, 2024
1 parent 66bd75a commit b91d5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build project
run: |
docker run --rm -v ${{ github.workspace }}:/workspace naderzare/ubuntu-grpc-thrift:latest \
bash -c "ls && cd /workspace && ls && chmod +x build.sh && ./build.sh"
bash -c "ls && cd /workspace/utils && ls && chmod +x build.sh && ./build.sh"
# Step 4: Run the create_app_images.sh script inside the Docker container
- name: Create AppImage
Expand Down

0 comments on commit b91d5da

Please sign in to comment.