Skip to content

Update pkg.yml

Update pkg.yml #22

Workflow file for this run

name: pkg
on:
push:
branches:
- main
jobs:
pkg:
runs-on: ubuntu-latest
steps:
- name: Download repository
uses: actions/checkout@master
- name: Extract Lync
run: |
mv Lync/ ../temp/
rm -r *
mv -v ../temp/* ./
- name: Install Node.js
uses: actions/setup-node@master
- name: Install pkg
run: npm install -g pkg
- name: Compile Lync binary
run: pkg index.js -t node18-win,node18-macos,node18-linux