Skip to content

Commit 245ddaa

Browse files
Update dotnet.yml
1 parent 6134448 commit 245ddaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Upload artifact
2828
uses: actions/upload-artifact@v4
2929
with:
30-
name: "Automatic OSC Router"
30+
name: "AutomaticOSCRouter"
3131
path: "./output"
3232

3333
release:
@@ -73,6 +73,6 @@ jobs:
7373
GITHUB_TOKEN: ${{ github.token }}
7474
with:
7575
upload_url: ${{ steps.create_release.outputs.upload_url }}
76-
asset_path: ./download
76+
asset_path: ./download/AutomaticOSCRouter.zip
7777
asset_name: Automatic OSC Router.zip
7878
asset_content_type: application/x-msdownload

0 commit comments

Comments
 (0)