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 4531838 commit acdccceCopy full SHA for acdccce
.github/workflows/patch.yml
@@ -72,6 +72,11 @@ jobs:
72
- name: Publish NuGet package
73
run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
74
- run: cat ./CSharpToJavaScript.csproj
75
+ - name: Upload artifact
76
+ uses: actions/upload-artifact@v4
77
+ with:
78
+ name: CSharpToJavaScript-${{ env.newTag }}
79
+ path: ./packages
80
- name: Environments
81
run: |
82
echo $newTag
0 commit comments