diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e785da1..44931ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout repo uses: actions/checkout@master with: - ls fetch-depth: 0 + fetch-depth: 0 - name: Set up Python 3.7 uses: actions/setup-python@v1 @@ -42,7 +42,7 @@ jobs: python-version: 3.8 - uses: actions/download-artifact@master - with:ls + with: name: linux-wheel path: dist