Update buildnw.yml

This commit is contained in:
Lennon McLean 2021-08-16 15:42:41 -04:00 committed by GitHub
parent b5133fa883
commit dd57086170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
name: Build NW.js apps
name: Build apps
on:
[push, workflow_dispatch]
jobs:
buildnw:
name: Build NW.js apps
runs-on: ubuntu-latest
buildios:
name: Build iOS app
runs-on: macos-latest
steps:
- name: Get repository code
uses: actions/checkout@v2