Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobHumiliator committed Jan 6, 2024
1 parent 2092afd commit 5078d7e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/love_heart_macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: 画爱心Ubuntu版

on:
workflow_dispatch:

permissions:
contents: read

jobs:
pyinstaller-build:
runs-on: macos-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.12'
spec: 'love_heart.py'
upload_exe_with_name: 'love_heart'
options: --onefile, --name "love_heart", --windowed,

0 comments on commit 5078d7e

Please sign in to comment.