ci: Add name to step and only run build

This commit is contained in:
oSumAtrIX 2024-07-26 02:36:18 +02:00
parent bb7defbe72
commit 802e5da20a
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -38,4 +38,5 @@ jobs:
with:
ssh-private-key: ${{ secrets.FREE_LIBRESPOT_PRIVATE_KEY }}
- run: cargo build --release --all-features
- name: Build
run: cargo build