We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0fca2 commit aee398cCopy full SHA for aee398c
.github/workflows/release.yml
@@ -39,8 +39,8 @@ jobs:
39
40
- name: Create tar
41
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 .
+ tar -czf criu-${{ github.ref_name}}-kind-v${KIND_VERSION}.${KIND_MINOR}-amd64.tar.gz -C amd64-bins criu
+ tar -czf criu-${{ github.ref_name}}-kind-v${KIND_VERSION}.${KIND_MINOR}-arm64.tar.gz -C arm64-bins criu
44
45
- name: Upload Release Asset
46
uses: ncipollo/release-action@v1
0 commit comments