Merge pull request #16 from sidi762/master

Build modules for macOS nightly builds and deliver everything (instead of just the binary) in the release
This commit is contained in:
Li Haokun 2022-10-06 17:23:14 +08:00 committed by GitHub
commit ae85791f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -17,7 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: make
run: make
run: |
make
cd module
make all
cd ..
tar -czf nasal-mac-nightly.tgz .
- name: Release file
# You may pin to the exact commit or the version.
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
@ -30,5 +35,5 @@ jobs:
# Name of the tag for the release (will be associated with current branch)
automatic_release_tag: next
# File to release
files: nasal
files: nasal-mac-nightly.tgz