Skip to content

Commit

Permalink
upload language server artifact (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
majastrz authored Dec 15, 2020
1 parent fc0536e commit 0ab683f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,19 @@ jobs:
asset_path: ./bicep-setup-win-x64/bicep-setup-win-x64.exe
asset_name: bicep-setup-win-x64.exe
asset_content_type: binary/octet-stream

- name: Zip language server
uses: papeloto/action-zip@v1
with:
files: ./Bicep.LangServer
dest: ./bicep-langserver.zip

- name: Upload bicep-langserver.zip
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./bicep-langserver.zip
asset_name: bicep-langserver.zip
asset_content_type: application/zip

0 comments on commit 0ab683f

Please sign in to comment.