diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9e7d50..4a7fd89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"