Skip to content

Commit 1da0a34

Browse files
authored
Merge pull request #14 from tmax-cloud/upload-binary
Fix workflow to upload binary when new tag is created
2 parents 8bebcd3 + b76f515 commit 1da0a34

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/hcsctl.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
uses: actions/upload-artifact@v1
6969
with:
7070
name: hcsctl
71-
working-directory: hcsctl
7271
path: |
73-
build/hcsctl
74-
bild/hcsctl.test
72+
hcsctl/build/hcsctl
73+
hcsctl/bild/hcsctl.test

0 commit comments

Comments
 (0)