Skip to content

Commit

Permalink
CI: upload artifacts in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Informatic committed Dec 19, 2021
1 parent 471729c commit 42f7a65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run package

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: youtube_adfree_ipk
path: |
${{github.workspace}}/youtube.leanback.v4_*_all.ipk

0 comments on commit 42f7a65

Please sign in to comment.