Skip to content

Commit

Permalink
deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Dec 18, 2023
1 parent cbc33c4 commit fa1d40c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: windows-latest
steps:
- name: Git Checkout
uses: actions/checkout@master
uses: actions/checkout@master
with:
lfs: 'true'

- name: Setup MSBuild.exe
uses: microsoft/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions deployment/VL.MediaPipe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.MediaPipe</id>
<version>0.0.1-alpha</version>
<version>0.0.2-alpha</version>
<title>VL.MediaPipe</title>
<authors>Dom Scott, Torin Blankensmith, vvvv</authors>
<owners>vvvv</owners>
Expand All @@ -12,7 +12,7 @@
<description>MediaPipe for vvvv</description>
<tags>mediapipe, ML, tracking</tags>
<dependencies>
<dependency id="VL.CEF.Stride" version="0.5.2" />
<dependency id="VL.CEF.Stride" version="0.5.3" />
<dependency id="VL.WebSocket" version="0.7.0-alpha" />
</dependencies>
<license type="expression">MIT</license>
Expand Down

0 comments on commit fa1d40c

Please sign in to comment.