Skip to content

Commit 980e82c

Browse files
committed
correct name
1 parent 0001a5a commit 980e82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/upload-release-asset@v1
8181
with:
8282
upload_url: ${{ steps.create_release.outputs.upload_url }}
83-
asset_path: /cpp_tutorials/build/main # Adjust to your actual file
83+
asset_path: /cpp_tutorials/build/Release/main # Adjust to your actual file
8484
asset_name: main # Adjust this to name the artifact file
8585
asset_content_type: application/octet-stream
8686

0 commit comments

Comments
 (0)