action update
All checks were successful
Build and Publish Release / Build Windows (release) Successful in 5m25s
Build and Publish Release / Build Linux (release) Successful in 18m56s
Build and Publish Release / Upload Assets to Release (release) Successful in 11s

This commit is contained in:
borderban 2026-05-04 19:18:42 +05:00
parent b040f207c8
commit 0c47d8c0a9

View file

@ -66,7 +66,7 @@ jobs:
name: Upload Assets to Release name: Upload Assets to Release
needs: [build-linux, build-windows] needs: [build-linux, build-windows]
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: always() if: always() && (needs.build-linux.result == 'success' || needs.build-windows.result == 'success')
steps: steps:
- name: Download all artifacts - name: Download all artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3