Skip to content

Update CI.yml

Update CI.yml #4

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v3
- name: Build RetroMUDlet - Shared
uses: demonnic/build-with-muddler@v1.4
with:
workingDir: "${{ github.workspace }}/Shared"
- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
with:
name: RetroMUDlet - Shared
path: "${{ github.workspace }}/Shared/build/tmp"