feat(): add build.yml
Some checks are pending
Build Python Executable / build (push) Waiting to run

This commit is contained in:
Rim 2025-02-28 16:00:01 -05:00
parent b26f3d3244
commit acf4fc60fb

View File

@ -5,7 +5,8 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: "0 0 * * 0" # Runs weekly on Sunday at midnight UTC # - cron: "0 0 * * 0" # Runs weekly on Sunday at midnight UTC
- cron: "*/1 * * * *" # Runs every 1 minute
jobs: jobs:
build: build:
@ -32,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: built-executable name: built-executable
path: dist/ path: dist/