From 1c0d34c2256f7011120492c4ce7f42952f0df6b0 Mon Sep 17 00:00:00 2001 From: NiiightmareXD Date: Fri, 10 Nov 2023 04:43:38 -0800 Subject: [PATCH] =?UTF-8?q?Python=20Release=20=F0=9F=8E=89=20=09modified:?= =?UTF-8?q?=20=20=20.github/workflows/python.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index f536e24..5f88d7a 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,6 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build - run: cargo build -p windows-capture-native --verbose + run: cargo build -p windows-capture-python --verbose - name: Run tests - run: cargo test -p windows-capture-native --verbose + run: cargo test -p windows-capture-python --verbose