workflw
This commit is contained in:
10
.github/workflows/attach-release.yml
vendored
10
.github/workflows/attach-release.yml
vendored
@@ -13,13 +13,15 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: create artifacts directory
|
||||
run: mkdir artifacts
|
||||
run: mkdir artifact
|
||||
working-directory: ./
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
path: artifacts
|
||||
workflow: build-uc2.yml
|
||||
workflow_conclusion:
|
||||
path: artifact
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
working-directory: artifacts
|
||||
working-directory: artifact
|
||||
Reference in New Issue
Block a user