We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49cbb5 commit 0ed70b3Copy full SHA for 0ed70b3
.github/workflows/release-risc-v-imc.yml
@@ -76,6 +76,7 @@ jobs:
76
base=$(basename "$file")
77
asset_name="${{ github.event.inputs.prefix }}-${{ github.event.inputs.release_tag }}-${{ github.event.inputs.board }}.bin"
78
echo "Uploading $file as $asset_name"
79
+ ls -l $file
80
gh release upload "${{ github.event.inputs.release_tag }}" "$file#${asset_name}" --clobber
81
done
82
env:
0 commit comments