Skip to content

Füge Download- und Entpackungsbefehle für MCP918 in build.sh hinzu #8

Füge Download- und Entpackungsbefehle für MCP918 in build.sh hinzu

Füge Download- und Entpackungsbefehle für MCP918 in build.sh hinzu #8

Workflow file for this run

name: Build and upload Artifacts
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Copy build config
run: |
cp workflowConfig.json buildtools_config.json
- name: Run Build Script
run: |
chmod +x ./build.sh
./build.sh