Перепутал "name" и "path" в CI

This commit is contained in:
2026-06-20 23:14:15 +07:00
parent 1b04ebe068
commit b1dfcd9eda
+6 -6
View File
@@ -66,17 +66,17 @@ jobs:
- name: Upload Linux Release
uses: actions/upload-artifact@v3
with:
name: OUTPUT-Linux
path: release-linux.zip
name: release-linux
path: OUTPUT-linux
- name: Upload Windows64 Release
uses: actions/upload-artifact@v3
with:
name: OUTPUT-w64
path: release-w64.zip
name: release-w64
path: OUTPUT-w64
- name: Upload Windows32 Release
uses: actions/upload-artifact@v3
with:
name: OUTPUT-w32
path: release-w32.zip
name: release-w32
path: OUTPUT-w32