From 41b992bee974d5adb60a6c2e9b9ab81c5b2397e6 Mon Sep 17 00:00:00 2001 From: nonk123 Date: Tue, 28 May 2024 07:28:29 +0300 Subject: [PATCH] Fix a weird tar error??? --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c5bbfb9..105e290 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: - name: Copy the executable into the root folder run: cp build/${{matrix.config.exe}} ${{matrix.config.out}} - name: Tar the distribution - run: tar -cvf ${{matrix.config.name}}.tar ${{matrix.config.out}} assets/ + run: tar -cvf ${{matrix.config.name}}.tar ${{matrix.config.out}} assets - name: Upload build artifacts uses: actions/upload-artifact@v3 with: