We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 14e71db commit 2d8551dCopy full SHA for 2d8551d
.github/workflows/build.yml
@@ -150,13 +150,17 @@ jobs:
150
done
151
152
- uses: actions/upload-release-asset@v1.0.2
153
+ env:
154
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155
with:
156
upload_url: ${{ github.event.release.upload_url }}
157
asset_path: haskell-language-server-macOS-${{ github.event.release.tag_name }}.gz
158
asset_name: haskell-language-server-macOS-${{ github.event.release.tag_name }}.gz
159
asset_content_type: application/gzip
160
161
162
163
164
165
166
asset_path: haskell-language-server-Linux-${{ github.event.release.tag_name }}.gz
0 commit comments