We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c89d20 commit 0001a5aCopy full SHA for 0001a5a
.github/workflows/docker-build.yml
@@ -80,8 +80,8 @@ jobs:
80
uses: actions/upload-release-asset@v1
81
with:
82
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
+ asset_path: /cpp_tutorials/build/main # Adjust to your actual file
+ asset_name: main # Adjust this to name the artifact file
85
asset_content_type: application/octet-stream
86
87
# Step 4: Upload documentation to release
0 commit comments