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.
2 parents efc6a22 + 9499d53 commit d646448Copy full SHA for d646448
.github/workflows/hcsctl.yml
@@ -69,7 +69,7 @@ jobs:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
with:
71
upload_url: ${{ github.event.release.upload_url }}
72
- asset_path: hcsctl/build/
+ asset_path: hcsctl/build/hcsctl
73
asset_name: hcsctl
74
asset_content_type: application/octet-stream
75
- name: Upload hcsctl.test binary
@@ -78,6 +78,6 @@ jobs:
78
79
80
81
+ asset_path: hcsctl/build/hcsctl.test
82
asset_name: hcsctl.test
83
0 commit comments