fix wf
This commit is contained in:
parent
04cbb6f7b7
commit
5601f9f466
20
.github/workflows/nuitka.yml
vendored
20
.github/workflows/nuitka.yml
vendored
|
@ -2,7 +2,7 @@ name: Build-All-Platforms
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["master"]
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
@ -36,12 +36,12 @@ jobs:
|
||||||
include-package-data: |
|
include-package-data: |
|
||||||
flask_bootstrap
|
flask_bootstrap
|
||||||
|
|
||||||
# - name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
# uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
# with:
|
with:
|
||||||
# name: ${{ runner.os }} Build
|
name: ${{ runner.os }} Build
|
||||||
# path: |
|
path: |
|
||||||
# build/*.exe
|
build/*.exe
|
||||||
# build/*.bin
|
build/*.bin
|
||||||
# build/*.app/**/*
|
build/*.app/**/*
|
||||||
# include-hidden-files: true
|
include-hidden-files: true
|
2
.github/workflows/pyinstaller.yml
vendored
2
.github/workflows/pyinstaller.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: screenshare
|
name: screenshare
|
||||||
path: dist/windows
|
path: dist/windows
|
Loading…
Reference in New Issue
Block a user