We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce07f2 commit c881893Copy full SHA for c881893
.github/workflows/release.yaml
@@ -41,6 +41,7 @@ jobs:
41
RID: ${{ matrix.targets }}
42
VERSION: ${{ github.ref_name }}
43
run: |
44
+ mkdir /home/runner/work/release
45
ls /home/runner/work/clis/
46
zip -r /home/runner/work/release/clisample-$VERSION-$RID.zip /home/runner/work/clis/$RID/*
47
- name: Upload artifacts
0 commit comments