Skip to content

Commit

Permalink
chore: change upload artifact v4 package
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan <[email protected]>
  • Loading branch information
nmgwddj committed Oct 14, 2024
1 parent 417dace commit 839eb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build nim-demo installer
run: cmake --build build --config ${{env.BUILD_CONFIGURATION}} --target installer

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: PC_Demo_Setup
path: tool_kits/install/bin/NIM_Demo_Setup*.exe

0 comments on commit 839eb8e

Please sign in to comment.