refactor yaml
This commit is contained in:
11
.github/workflows/build-uc2.yml
vendored
11
.github/workflows/build-uc2.yml
vendored
@@ -253,17 +253,18 @@ jobs:
|
|||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
|
||||||
- name: create artifacts directory
|
- name: create artifact directory
|
||||||
run: mkdir artifacts
|
run: mkdir artifact
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- name: 'download artifact'
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifact
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R
|
run: ls -R
|
||||||
working-directory: artifacts
|
working-directory: artifact
|
||||||
|
|
||||||
- name: '📤 Upload artifact'
|
- name: '📤 Upload artifact'
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user