Skip to content

Update README.md

Update README.md #14

Workflow file for this run

name: build-urcap
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
SDK_VERSION: [1.12.0]
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/build_urcap
env:
SDK_VERSION: ${{ matrix.SDK_VERSION }}
- name: Upload urcap_artifact
uses: actions/upload-artifact@v1
with:
path: com.ur.urcap.examples.mytoolbarjog/target
name: mytoolbarjog-${{ matrix.SDK_VERSION }}.urcap