Skip to content
Snippets Groups Projects

CI: fix new LVS output path

Merged Martin Finkel requested to merge mfkl/vlc-unity:lvs-build-publish into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -455,7 +455,7 @@ unity-plugin-ios-x86_64:
- dotnet build src/LibVLCSharp/LibVLCSharp.csproj ${ARGS} -c Release
after_script:
- mkdir nightlies
- cp -r tmp/lvs/src/LibVLCSharp/bin/Release/netstandard2.0/publish nightlies
- cp -r tmp/lvs/src/LibVLCSharp/bin/Release/netstandard2.0 nightlies
artifacts:
paths:
- nightlies/*
Loading