Перепутал "name" и "path" в CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user