Skip to content

Commit 06e17f6

Browse files
committed
修复action脚本错误
1 parent 35a85de commit 06e17f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/openharmony-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
3838
- name: pack nuget
3939
working-directory: ${{ github.workspace }}/package
40-
nuget pack ./OpenHarmony.NET.Runtime.nuspec -OutputDirectory ../output -Version 0.0.0-alpha.${{github.run_number}}
40+
run: |
41+
nuget pack ./OpenHarmony.NET.Runtime.nuspec -OutputDirectory ../output -Version 0.0.0-alpha.${{github.run_number}}
4142
4243
publish-to-nuget:
4344
needs: build

0 commit comments

Comments
 (0)