Skip to content

Update build_macos.yml #2

Update build_macos.yml

Update build_macos.yml #2

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/
# - name: Upload artifact
# uses: actions/upload-artifact@v3
# with:
# name: dylib
# path: target/release/libcolcon.so