Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco8 authored Apr 6, 2023
1 parent 8607a49 commit 9ef71fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v3

- name: Build package
run: make
run: |
make
wget https://github.com/Paco8/plugin.video.orange.spain/releases/download/v0.4.0/script.module.ttml2ssa-0.3.8.zip
- name: Create artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9ef71fb

Please sign in to comment.