Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AgostinoA authored Nov 9, 2021
1 parent a958657 commit fc29b20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: ./node_modules/vsce/out/vsce package
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/vcode-eclipse-color-editor-theme/vcode-eclipse-color-editor-theme/eclipse-color-theme-0.1.3.vsix
asset_name: mything
tag: ${{ github.ref }}
overwrite: true
body: "This is my release text"

0 comments on commit fc29b20

Please sign in to comment.