Skip to content

Create build_macos.yml #1

Create build_macos.yml

Create build_macos.yml #1

Workflow file for this run

name: Build Macos Release
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build release
run: cargo build --release
run: ls target/release/

Check failure on line 10 in .github/workflows/build_macos.yml

View workflow run for this annotation

GitHub Actions / Build Macos Release

Invalid workflow file

The workflow is not valid. .github/workflows/build_macos.yml (Line: 10, Col: 9): 'run' is already defined
# - name: Upload artifact
# uses: actions/upload-artifact@v3
# with:
# name: dylib
# path: target/release/libcolcon.so