From a4630a17c7369c15220d88e5880cabaa297d6c1f Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 7 Nov 2022 11:00:41 -0500 Subject: [PATCH] adds artifacts to the root of the tarball --- .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 011a5abab..2c07166ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: - run: ls -alt artifacts/ - run: | - tar -cvzf featurebase-${{needs.meta.outputs.version}}.tar.gz -C artifacts * + tar -cvz -C artifacts -f featurebase-${{needs.meta.outputs.version}}.tar.gz * tar -tf featurebase-${{needs.meta.outputs.version}}.tar.gz - uses: actions/upload-artifact@v3