Skip to content

Commit 8bebcd3

Browse files
authored
Merge pull request #13 from tmax-cloud/upload-binary
Fix workflow to upload binary when new tag is created
2 parents 76abf05 + 20e6dd6 commit 8bebcd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/hcsctl.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ jobs:
6464
needs: [lint, build, e2e]
6565
runs-on: prolinux
6666
steps:
67-
- uses: actions/upload-artifact@v1
67+
- name: Upload binary
68+
uses: actions/upload-artifact@v1
6869
with:
6970
name: hcsctl
71+
working-directory: hcsctl
7072
path: |
7173
build/hcsctl
7274
bild/hcsctl.test

0 commit comments

Comments
 (0)