Skip to content

Commit aee398c

Browse files
mnitchevMichal Voitiulevic
authored andcommitted
Explicitly only add criu bin to release tar (#7)
1 parent 5a0fca2 commit aee398c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939

4040
- name: Create tar
4141
run: |
42-
tar -czf criu-${{ github.ref_name}}-kind-v${KIND_VERSION}.${KIND_MINOR}-amd64.tar.gz -C amd64-bins .
43-
tar -czf criu-${{ github.ref_name}}-kind-v${KIND_VERSION}.${KIND_MINOR}-arm64.tar.gz -C arm64-bins .
42+
tar -czf criu-${{ github.ref_name}}-kind-v${KIND_VERSION}.${KIND_MINOR}-amd64.tar.gz -C amd64-bins criu
43+
tar -czf criu-${{ github.ref_name}}-kind-v${KIND_VERSION}.${KIND_MINOR}-arm64.tar.gz -C arm64-bins criu
4444
4545
- name: Upload Release Asset
4646
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)