Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 31, 2024
1 parent aa6e4e2 commit e419755
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e419755

Please sign in to comment.