Skip to content

Update build.yml

Update build.yml #8

Workflow file for this run

name: Swift Package Build
on:
push:
branches:
- MKMPT-7-SPM
pull_request:
branches:
- MKMPT-7-SPM
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: ./gradlew :app:shared:publishCurrencyExchangeKMPDebugFramework
with:

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Swift Package Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 19, Col: 7): Unexpected value 'with'
java-version: 17