1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-29 16:49:27 +01:00

CI: Fix deb copy command

This commit is contained in:
Jonas Kvinge 2025-01-05 21:22:08 +01:00
parent 415a40ea04
commit f938129d81

View File

@ -477,7 +477,7 @@ jobs:
- name: make deb
run: dpkg-buildpackage -b -d -uc -us -nc -j4
- name: Copy deb
run: cp ../*.deb
run: cp ../*.deb .
- name: Upload artifacts
uses: actions/upload-artifact@v4
with: