From 5a7767e3eb9e3f46bb495f3797c6d32c05e336f5 Mon Sep 17 00:00:00 2001 From: Alexey Proshutinskiy Date: Thu, 1 Jul 2021 17:32:13 +0300 Subject: [PATCH] fix release archive structure --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7122956..a54f9e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: - name: Create distribution package working-directory: . run: | - tar -zcvf ipfs-adapter.tar.gz artifacts/ + tar -zcvf ipfs-adapter.tar.gz -C artifacts . - name: Release uses: softprops/action-gh-release@v1