Update rust.yml

This commit is contained in:
Alexander Medvedev
2025-08-12 16:44:22 +02:00
parent 4b2a8b9fca
commit 1fc3de914d

View File

@@ -97,7 +97,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.COMMIT_REPO_TOKEN }}
run: |
gh release upload ${{ needs.github-release-draft.outputs.release-id }} \
pumpkin-${{ matrix.os }} --repo ${{ env.NIGHTLY_REPO }
pumpkin-${{ matrix.os }} --repo ${{ env.NIGHTLY_REPO }}
clippy_release:
name: Run lints in release mode
runs-on: ubuntu-latest