From b73e6c9509144fbe111bb65c398f67e57a334012 Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 7 Nov 2022 11:08:45 -0500 Subject: [PATCH] wip: fixes tar command --- .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 2c07166ec..98d789de4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: - run: ls -alt artifacts/ - run: | - tar -cvz -C artifacts -f featurebase-${{needs.meta.outputs.version}}.tar.gz * + tar -cvz -C artifacts -f featurebase-${{needs.meta.outputs.version}}.tar.gz artifacts/* tar -tf featurebase-${{needs.meta.outputs.version}}.tar.gz - uses: actions/upload-artifact@v3