fixed building #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build TrollTools | |
on: | |
push: | |
branches: | |
- '**' | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Build TrollTools | |
runs-on: macos-12 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install Theos | |
uses: Randomblock1/[email protected] | |
- name: build | |
run: ./ipabuild.sh | |
- name: Upload artifact | |
uses: actions/upload-artifact@v3 | |
with: | |
name: TrollTools.tipa | |
path: build/TrollTools.tipa |