ci: improve file handling in release workflow

This commit is contained in:
dacrab
2024-12-27 13:27:57 +02:00
parent ab4806bc2e
commit fa364cb3ce
2 changed files with 12 additions and 3 deletions

View File

@@ -18,6 +18,15 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
submodules: recursive
- name: Debug Files
run: |
pwd
ls -la
echo "Current directory contents:"
ls -R
- name: Set up Go
uses: actions/setup-go@v5