Skip to content

Commit c059a06

Browse files
committed
Update nuttx_rvvirt_knsh32.yml
1 parent d7b4bf7 commit c059a06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/nuttx_rvvirt_knsh32.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nuttx-rv-virt-knsh32 QEMU
1+
name: Nuttx-rv-virt-knsh QEMU
22

33
permissions:
44
## Allow publishing of GitHub Release
@@ -79,8 +79,8 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)