From e0c92f3255188dba06cef6d3a4d64df5deff21b9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Walski Date: Sun, 6 Nov 2022 22:56:21 +0100 Subject: [PATCH] Tar gz release archive --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e16483e..bac8f1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,9 +13,9 @@ jobs: - name: Archive Release uses: thedoctor0/zip-release@main with: - type: 'zip' - filename: 'resources.zip' - exclusions: '*.git* .editorconfig README.md' + type: 'tar' + filename: 'resources.tar.gz' + exclusions: '*.git* README.md' - uses: ncipollo/release-action@v1 with: - artifacts: "resources.zip" \ No newline at end of file + artifacts: "resources.tar.gz" \ No newline at end of file