Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
the path was wrong
  • Loading branch information
kojirou1994 authored Jun 17, 2024
1 parent 12ab9c8 commit a4cd650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
run: |
pushd VapourSynth
bash build_plugin.sh
popd
- name: Upload VapourSynth plugin
uses: actions/upload-artifact@v4
with:
name: vslsmashsource
path: libvslsmashsource.so
path: VapourSynth/vs_build/libvslsmashsource.so

0 comments on commit a4cd650

Please sign in to comment.