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 8cbd14f commit f6e1c21Copy full SHA for f6e1c21
.github/workflows/release.yml
@@ -74,6 +74,9 @@ jobs:
74
- uses: actions/download-artifact@v2
75
76
# Append the nuget package to the github release that triggered this workflow
77
+ - name: Checkout code
78
+ uses: actions/checkout@v2
79
+
80
- name: Upload release asset
81
if: github.event_name == 'release'
82
run: gh release upload ${{ github.event.release.tag_name }}
0 commit comments