Skip to content

chore: update create-release.yml #152

chore: update create-release.yml

chore: update create-release.yml #152

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*