Skip to content

Commit

Permalink
build: Upload dist/codicon.ttf as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Mar 1, 2024
1 parent 2090518 commit 8d306bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:

- name: Build font
run: npm run build

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: codicon-font-${{ github.sha }}
path: dist/codicon.ttf

0 comments on commit 8d306bb

Please sign in to comment.