We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8a91e commit 3ed034fCopy full SHA for 3ed034f
.github/workflows/packages.yml
@@ -95,16 +95,8 @@ jobs:
95
uses: actions/download-artifact@v3.0.0
96
with:
97
name: artifacts
98
- - name: Event
99
- env:
100
- event_name: ${{ github.event_name }}
101
- run: echo "event_name $env:event_name"
102
-
103
- - name: Attach nuget packages to Github releases
104
- uses: softprops/action-gh-release@v1
105
- with:
106
- files: "${{ env.ARTIFACT_FOLDER }}/*.symbols.nupkg"
107
+ path: ${{ env.ARTIFACT_FOLDER }}
+ - run: dir ${{ env.ARTIFACT_FOLDER }} -recurse
108
- name: Nuget Publish
109
env:
110
nuget_token: ${{ secrets.NUGET_TOKEN }}
0 commit comments