Skip to content

Commit

Permalink
[CI] Upload build artifact (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored Feb 10, 2024
1 parent cd9627d commit 77ad552
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ jobs:
projectName: displacementx
directory: out
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: build
path: ./out

0 comments on commit 77ad552

Please sign in to comment.