fix(deploy): remove invalid parameters for download-artifact, add back in missing setuptools-scm dependency

This commit is contained in:
badblocks 2025-06-06 17:36:07 -07:00
parent 291231c886
commit a58a0e642a
No known key found for this signature in database
3 changed files with 16 additions and 2 deletions

View file

@ -181,8 +181,6 @@ jobs:
with:
name: ${{ env.IMAGE_TAR_NAME }}
path: ${{ runner.temp }}
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-missing: true
- name: Get Deploy Secrets
uses: bitwarden/sm-action@v2