Skip to content

Commit 0001a5a

Browse files
committed
correct asset name
1 parent 2c89d20 commit 0001a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/docker-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ 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/your_build_artifact # Adjust to your actual file
84-
asset_name: your_build_artifact_name # Adjust this to name the artifact file
83+
asset_path: /cpp_tutorials/build/main # Adjust to your actual file
84+
asset_name: main # Adjust this to name the artifact file
8585
asset_content_type: application/octet-stream
8686

8787
# Step 4: Upload documentation to release

0 commit comments

Comments
 (0)