Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion deployment/VL.Devices.Ultraleap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.Devices.Ultraleap</id>
<version>0.0.1-alpha</version>
<version>0.0.2-alpha</version>
<title>VL.Devices.Ultraleap</title>
<authors>bj-rn, vvvv, ultraleap</authors>
<projectUrl>https://github.com/vvvv/VL.Devices.Ultraleap</projectUrl>
Expand Down

0 comments on commit 193efd4

Please sign in to comment.