Update .gitea/workflows/release.yml
Some checks failed
Release / meta (push) Successful in 2s
Release / linux-build (push) Successful in 1m26s
Release / android-build (push) Successful in 5m33s
Release / release-dev (push) Failing after 11s
Release / windows-build (push) Has been cancelled
Release / release-master (push) Has been cancelled

This commit is contained in:
2025-12-11 02:18:40 +00:00
parent 60f87c3bfd
commit 9fe3787bfb

View File

@@ -182,19 +182,19 @@ jobs:
- linux-build - linux-build
steps: steps:
- name: Download Android APK - name: Download Android APK
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: android-apk name: android-apk
path: artifacts path: artifacts
- name: Download Linux bundle - name: Download Linux bundle
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: linux-bundle name: linux-bundle
path: artifacts path: artifacts
- name: Download Windows bundle (optional) - name: Download Windows bundle (optional)
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: windows-zip name: windows-zip
path: artifacts path: artifacts