We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a85de commit 06e17f6Copy full SHA for 06e17f6
.github/workflows/openharmony-build.yml
@@ -37,7 +37,8 @@ jobs:
37
38
- name: pack nuget
39
working-directory: ${{ github.workspace }}/package
40
- nuget pack ./OpenHarmony.NET.Runtime.nuspec -OutputDirectory ../output -Version 0.0.0-alpha.${{github.run_number}}
+ run: |
41
+ nuget pack ./OpenHarmony.NET.Runtime.nuspec -OutputDirectory ../output -Version 0.0.0-alpha.${{github.run_number}}
42
43
publish-to-nuget:
44
needs: build
0 commit comments