From fb6811270d63985c27d985f56139461177a2b7e1 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Thu, 31 Aug 2023 21:04:43 +1000 Subject: [PATCH] Resolve duplicate owner warning --- .github/workflows/pants.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index acea3a2..77515a4 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -60,7 +60,7 @@ jobs: run: | # We also smoke test that our release process will work by running `package`. pants package :: - pants run helloworld/main.py + pants run helloworld/:pex_binary - name: Upload pants log uses: actions/upload-artifact@v3 with: