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:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: ["master"]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -36,12 +36,12 @@ jobs:
|
|||
include-package-data: |
|
||||
flask_bootstrap
|
||||
|
||||
# - name: Upload Artifacts
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: ${{ runner.os }} Build
|
||||
# path: |
|
||||
# build/*.exe
|
||||
# build/*.bin
|
||||
# build/*.app/**/*
|
||||
# include-hidden-files: true
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ runner.os }} Build
|
||||
path: |
|
||||
build/*.exe
|
||||
build/*.bin
|
||||
build/*.app/**/*
|
||||
include-hidden-files: true
|
2
.github/workflows/pyinstaller.yml
vendored
2
.github/workflows/pyinstaller.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
with:
|
||||
path: .
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: screenshare
|
||||
path: dist/windows
|
Loading…
Reference in New Issue
Block a user