Skip to content

Fix build for MPS 2021.2 - update gradle build infra to newest itemis… #20

Fix build for MPS 2021.2 - update gradle build infra to newest itemis…

Fix build for MPS 2021.2 - update gradle build infra to newest itemis… #20

Workflow file for this run

name: Release to Github
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: release to github with gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_COMMIT_SHA: ${{ env.GITHUB_SHA }}
run: ./gradlew githubRelease