mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
Update deploy.yml
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -20,13 +20,16 @@ jobs:
|
||||
echo "${{ secrets.IBLICENSE }}" >> licence.xml
|
||||
echo $PWD
|
||||
package:
|
||||
container:
|
||||
image: node:12
|
||||
volumes:
|
||||
- premid:/premid
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macOS-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@master
|
||||
- name: Install Dependencies
|
||||
run: npm i
|
||||
- name: Prepare to package
|
||||
|
||||
Reference in New Issue
Block a user