From 5601f9f4663a6f818469cce77bdec73bf37fde99 Mon Sep 17 00:00:00 2001 From: Denys Savchenko Date: Sun, 13 Oct 2024 12:59:36 +0200 Subject: [PATCH] fix wf --- .github/workflows/nuitka.yml | 20 ++++++++++---------- .github/workflows/pyinstaller.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index db80328..d14a5e0 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -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 \ No newline at end of file + - name: Upload Artifacts + uses: actions/upload-artifact@v4 + with: + name: ${{ runner.os }} Build + path: | + build/*.exe + build/*.bin + build/*.app/**/* + include-hidden-files: true \ No newline at end of file diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index e417fbc..c591ef0 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -19,7 +19,7 @@ jobs: with: path: . - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: screenshare path: dist/windows \ No newline at end of file