1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

working on gh actions.

This commit is contained in:
lightest 2023-08-29 14:10:09 +01:00
parent 8ffeee3c66
commit d7abfc267d

View File

@ -19,10 +19,6 @@ jobs:
npm install
- name: Build
env:
CODESIGN_PASSWORD: ${{ secrets.OST_CERT_PWORD }}
CODESIGN_FILE: "codesign-certificate.pfx"
CODESIGN_B64: ${{ secrets.OST_CERT_B64 }}
run: |
cd app
npm run build:js