Skip to content

vsandstrom is testing out GitHub Actions πŸš€ #19

vsandstrom is testing out GitHub Actions πŸš€

vsandstrom is testing out GitHub Actions πŸš€ #19

name: compile
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
compilemac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
cargo xtask bundle havregryn --release
- uses: ncipollo/release-action@v1
with:
artifacts: '/Users/runner/work/Havregryn/Havregryn/target/bundled/Havregryn.vst3'