Fix an issue with the release yml (#58)

This commit is contained in:
Mothana Dabash 2025-08-06 17:34:01 +10:00 committed by GitHub
parent 2c7c471d95
commit 1707aebf0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,6 +87,12 @@ jobs:
with:
name: windows-msi
- name: Move all artifacts to current directory
run: |
mv linux-deb/*.deb .
mv macos-dmg/*.dmg .
mv windows-msi/*.msi .
# 3. List downloaded artifacts
- name: Check downloaded artifacts
run: ls -R