Skip to content

Commit acdccce

Browse files
authored
Update patch.yml
1 parent 4531838 commit acdccce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/patch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
- name: Publish NuGet package
7373
run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
7474
- run: cat ./CSharpToJavaScript.csproj
75+
- name: Upload artifact
76+
uses: actions/upload-artifact@v4
77+
with:
78+
name: CSharpToJavaScript-${{ env.newTag }}
79+
path: ./packages
7580
- name: Environments
7681
run: |
7782
echo $newTag

0 commit comments

Comments
 (0)