This commit is contained in:
Denys Savchenko 2024-10-13 12:59:36 +02:00
parent 04cbb6f7b7
commit 5601f9f466
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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