Skip to content

Commit 0ed70b3

Browse files
committed
ci: add file detail diagnostic
1 parent a49cbb5 commit 0ed70b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-risc-v-imc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
base=$(basename "$file")
7777
asset_name="${{ github.event.inputs.prefix }}-${{ github.event.inputs.release_tag }}-${{ github.event.inputs.board }}.bin"
7878
echo "Uploading $file as $asset_name"
79+
ls -l $file
7980
gh release upload "${{ github.event.inputs.release_tag }}" "$file#${asset_name}" --clobber
8081
done
8182
env:

0 commit comments

Comments
 (0)