From a223eb4f07bd9d1accb3aac6e54298ac80cfb8e5 Mon Sep 17 00:00:00 2001 From: pyxis Date: Sat, 9 Dec 2023 01:08:14 +0900 Subject: [PATCH] fix action error --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8787daa..4dd0538 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,9 +64,9 @@ jobs: run: | cd target/${{ matrix.platform.target }}/release if [[ "${{ matrix.platform.os }}" == "windows-latest" ]]; then - 7z a ../../../${{ matrix.platform.bin }} ${{ matrix.platform.archive }} + 7z a ../../../${{ matrix.platform.archive }} ${{ matrix.platform.bin }} else - tar czvf ../../../${{ matrix.platform.bin }} ${{ matrix.platform.archive }} + tar czvf ../../../${{ matrix.platform.archive }} ${{ matrix.platform.bin }} fi cd - - name: Generate SHA-256