We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6134448 commit 245ddaaCopy full SHA for 245ddaa
1 file changed
.github/workflows/dotnet.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Upload artifact
28
uses: actions/upload-artifact@v4
29
with:
30
- name: "Automatic OSC Router"
+ name: "AutomaticOSCRouter"
31
path: "./output"
32
33
release:
@@ -73,6 +73,6 @@ jobs:
73
GITHUB_TOKEN: ${{ github.token }}
74
75
upload_url: ${{ steps.create_release.outputs.upload_url }}
76
- asset_path: ./download
+ asset_path: ./download/AutomaticOSCRouter.zip
77
asset_name: Automatic OSC Router.zip
78
asset_content_type: application/x-msdownload
0 commit comments