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 0001a5a commit 980e82cCopy full SHA for 980e82c
.github/workflows/docker-build.yml
@@ -80,7 +80,7 @@ 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/main # Adjust to your actual file
+ asset_path: /cpp_tutorials/build/Release/main # Adjust to your actual file
84
asset_name: main # Adjust this to name the artifact file
85
asset_content_type: application/octet-stream
86
0 commit comments