upd zad5
This commit is contained in:
parent
2a0c50819a
commit
1c818a32d5
@ -12,7 +12,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
rid: ["win-x64", "linux-x64"]
|
rid: ["win-x64", "linux-x64"]
|
||||||
outputs:
|
outputs:
|
||||||
id: ${{ matrix.rid }}-output
|
rid: ${{ matrix.rid }}-output
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -38,5 +38,5 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.build.outputs.id }}
|
name: ${{ needs.build.outputs.rid }}
|
||||||
path: ${{ needs.build.outputs['publish.outputs.artifact-path'] }}
|
path: ${{ needs.build.outputs['publish.artifact-path'] }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user