Skip to content

Commit

Permalink
Workflow Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatDamon committed Feb 9, 2024
1 parent 8b4f1f5 commit 617904d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,12 @@ jobs:
with:
nuitka-version: main
script-name: main.py
onefile: true
standalone: true
disable-console: true
macos-create-app-bundle: true

- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }} Build
path: |
build/*.bin
build/*.app/**/*
build/*
3 changes: 1 addition & 2 deletions .github/workflows/buildwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
with:
nuitka-version: main
script-name: main.py
onefile: true
standalone: true
disable-console: true
windows-icon-from-ico: ./asset/spicon.ico
Expand All @@ -51,4 +50,4 @@ jobs:
with:
name: ${{ runner.os }} Build
path: |
build/*.exe
build/*
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Simplay Player

![Python requirement](https://img.shields.io/badge/python-≥3.8-brightgreen?logo=python)
![GitHub repo size](https://img.shields.io/github/repo-size/WhatDamon/Simplay-Player)
![GitHub repo license](https://img.shields.io/github/license/WhatDamon/Simplay-Player)
![GitHub Action #1](https://github.com/WhatDamon/Simplay-Player/actions/workflows/build.yml/badge.svg)
![GitHub Action #2](https://github.com/WhatDamon/Simplay-Player/actions/workflows/buildwin.yml/badge.svg)
![GitHub repo stars](https://img.shields.io/github/stars/WhatDamon/Simplay-Player)

> [!IMPORTANT]
> WIP! 大部分功能还在开发中, 并且目前也存在着非常严重的恶性 BUG 需要修复, 基本处于勉勉强强可用的状态
Expand Down

0 comments on commit 617904d

Please sign in to comment.