Skip to content

Update upload-artifact to v4 #2

Update upload-artifact to v4

Update upload-artifact to v4 #2

Workflow file for this run

name: macos
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
uses: tecolicom/actions-use-homebrew-tools@v1
with:
tools: freeglut glew mesa openal-soft sdl2
- name: Build
run: |
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1 -j4
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: cen64 MacOS
path: ./build/cen64