Skip to content

Update README.md

Update README.md #162

Workflow file for this run

name: Package Main Branch
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v4
with:
name: xmjd6
path: |
**/*
!.git/**
!.github/**
!.git*