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
2
2
3
3
permissions :
4
4
# # Allow publishing of GitHub Release
79
79
## Show the riscv-none-elf-gcc version
80
80
riscv-none-elf-gcc --version
81
81
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
84
84
85
85
mkdir nuttxrvvirt
86
86
93
93
cp nuttx nuttxrvvirt/nuttx
94
94
cp defconfig nuttxrvvirt/defconfig
95
95
cp System.map nuttxrvvirt/System.map
96
- zip -r nuttxrvvirt_knsh32 .zip nuttxrvvirt
96
+ zip -r nuttxrvvirt_knsh .zip nuttxrvvirt
97
97
98
98
- name : Get Current Date
99
99
id : date
@@ -102,9 +102,9 @@ jobs:
102
102
- name : Publish the GitHub Release
103
103
uses : softprops/action-gh-release@v2
104
104
with :
105
- tag_name : nuttx-rvvirt-knsh32 -${{ steps.date.outputs.date }}
105
+ tag_name : nuttx-rvvirt-knsh -${{ steps.date.outputs.date }}
106
106
draft : false
107
107
prerelease : false
108
108
generate_release_notes : false
109
109
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