Skip to content

Commit 65105e5

Browse files
authored
Update openharmony-build.yml
1 parent 4bde934 commit 65105e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/openharmony-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ jobs:
5050
working-directory: ${{ github.workspace }}/package
5151
run: |
5252
nuget pack ./OpenHarmony.NET.Runtime.nuspec -OutputDirectory ../output -Version 0.0.0-alpha.${{github.run_number}}
53-
53+
54+
- name: Upload a Build Artifact
55+
uses: actions/upload-artifact@v4
56+
with:
57+
name: packages
58+
path: output
5459

5560
publish-to-nuget:
5661
needs: build

0 commit comments

Comments
 (0)