From b73668c0258080e7e02ab97969a5c218adb46041 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 4 Nov 2023 15:15:37 +0100 Subject: [PATCH] Separate 7z commands for tar and tar.gz --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e927a06a..023d47ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,7 +111,8 @@ jobs: - uses: actions/download-artifact@v3 - name: Zip artifacts run: | - 7z a oat-linux.tar.gz ./oat-linux/* + 7z a oat-linux.tar ./oat-linux/* + 7z a oat-linux.tar.gz ./oat-linux.tar 7z a oat-windows.zip ./oat-windows/* - uses: ncipollo/release-action@v1 env: