Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit a85c3db

Browse files
authored
Update build.yml
Rug.Osc to oscCore in pipelines
1 parent 6e45922 commit a85c3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
name: EyeTrackVR-Neos
2929
path: |
30-
./EyeTrackVR-Neos/bin/Release/net462/Rug.Osc.dll
30+
./EyeTrackVR-Neos/bin/Release/net462/OscCore.dll
3131
./EyeTrackVR-Neos/bin/Release/net462/EyeTrackVR-Neos.dll
3232
if-no-files-found: error
3333
retention-days: 5
@@ -38,6 +38,6 @@ jobs:
3838
draft: true # if creating a new release, make it a draft
3939
files: |
4040
./EyeTrackVR-Neos/bin/Release/net462/EyeTrackVR-Neos.dll
41-
./EyeTrackVR-Neos/bin/Release/net462/Rug.Osc.dll
41+
./EyeTrackVR-Neos/bin/Release/net462/OscCore.dll
4242
fail_on_unmatched_files: true
4343

0 commit comments

Comments
 (0)