Fix nox tarball name

This commit is contained in:
Daniel A. Wozniak 2024-10-30 16:19:58 -07:00 committed by Daniel Wozniak
parent 3e4b1931de
commit 5483e9003e

View file

@ -172,7 +172,7 @@ jobs:
- name: Compress .nox Directory
if: steps.nox-dependencies-cache.outputs.cache-hit != 'true'
run: |
nox --force-color -e compress-dependencies -- macos ${{ matrix.arch }}
nox --force-color -e compress-dependencies -- linux ${{ matrix.arch }}
- name: Upload Nox Requirements Tarball
uses: actions/upload-artifact@v4