From e419755a37dbd0f9f1b3a43cb997407032ad119e Mon Sep 17 00:00:00 2001 From: "asamuzaK (Kazz)" Date: Thu, 31 Oct 2024 12:38:29 +0900 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de0bf52..581d724 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,28 +14,28 @@ jobs: strategy: matrix: include: - - node-version: 22.x + - asset-name: linux-x86_64.tar.gz + node-version: 22.x os: ubuntu-latest python-version: '3.x' - asset-name: linux-x86_64.tar.gz pkg-dir: pkg/linux bin-file: ./pkg/linux/index make-args: --make-args="-j4" zip-cmd: cd ./pkg/linux && tar -cvzf linux-x86_64.tar.gz LICENSE README.md README.ja.md index && cd ../../ zip-mime: application/gzip - - node-version: 22.x + - asset-name: macos.tar.gz + node-version: 22.x os: macos-latest python-version: '3.x' - asset-name: macos.tar.gz pkg-dir: pkg/macos bin-file: ./pkg/macos/index make-args: --make-args="-j4" zip-cmd: cd ./pkg/macos && tar -cvzf macos.tar.gz LICENSE README.md README.ja.md index && cd ../../ zip-mime: application/gzip - - node-version: 22.x + - asset-name: win64.zip + node-version: 22.x os: windows-latest python-version: '3.x' - asset-name: win64.zip pkg-dir: pkg/win bin-file: ./pkg/win/index.exe make-args: --make-args="vs2022"