File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Nuttx-rv-virt-knsh32 QEMU
1+ name : Nuttx-rv-virt-knsh QEMU
22
33permissions :
44 # # Allow publishing of GitHub Release
7979 ## Show the riscv-none-elf-gcc version
8080 riscv-none-elf-gcc --version
8181
82- ## Configure the build
83- ./tools/configure.sh -g rv-virt:knsh32
82+ ## Configure the build ex knsh32
83+ ./tools/configure.sh -g rv-virt:knsh
8484
8585 mkdir nuttxrvvirt
8686
9393 cp nuttx nuttxrvvirt/nuttx
9494 cp defconfig nuttxrvvirt/defconfig
9595 cp System.map nuttxrvvirt/System.map
96- zip -r nuttxrvvirt_knsh32 .zip nuttxrvvirt
96+ zip -r nuttxrvvirt_knsh .zip nuttxrvvirt
9797
9898 - name : Get Current Date
9999 id : date
@@ -102,9 +102,9 @@ jobs:
102102 - name : Publish the GitHub Release
103103 uses : softprops/action-gh-release@v2
104104 with :
105- tag_name : nuttx-rvvirt-knsh32 -${{ steps.date.outputs.date }}
105+ tag_name : nuttx-rvvirt-knsh -${{ steps.date.outputs.date }}
106106 draft : false
107107 prerelease : false
108108 generate_release_notes : false
109109 files : |
110- nuttxspace/nuttx/nuttxrvvirt_knsh32 .zip
110+ nuttxspace/nuttx/nuttxrvvirt_knsh .zip
You can’t perform that action at this time.
0 commit comments