Skip to content

Commit

Permalink
feat: action now uploads artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Feb 25, 2024
1 parent 588f16a commit 243d4a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_harper_ls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
matrix.platform.os == 'macOS-latest' &&
( startsWith( github.ref, 'refs/tags/v' ) ||
github.ref == 'refs/tags/test-release' )
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
path: harper-ls-*
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 243d4a2

Please sign in to comment.