Add LSItemContentTypes and necessary UTExportedTypeDeclarations to In… #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: Linux Build | |
on: | |
push: | |
branches: [main, develop] | |
pull_request: | |
branches: [main, develop] | |
jobs: | |
build-linux: | |
runs-on: ubuntu-latest | |
container: lighterowl/transgui-sdk:1.0 | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
submodules: recursive | |
- run: | | |
git config --global --add safe.directory /__w/transgui/transgui | |
export HOME=/root | |
source /root/.transgui_sdk/source.me | |
./.github/build_linux.sh | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: TransGUI Linux | |
path: units/transgui-x86_64.AppImage | |
if-no-files-found: error |