build
This commit is contained in:
13
.github/workflows/build-uc2.yml
vendored
13
.github/workflows/build-uc2.yml
vendored
@@ -14,7 +14,6 @@ on:
|
|||||||
- "COPYING"
|
- "COPYING"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
||||||
@@ -253,6 +252,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
|
||||||
|
- name: create artifacts directory
|
||||||
|
run: mkdir artifacts
|
||||||
|
working-directory: ./
|
||||||
|
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
path: artifacts
|
||||||
|
|
||||||
|
- name: Display structure of downloaded files
|
||||||
|
run: ls -R
|
||||||
|
working-directory: artifacts
|
||||||
|
|
||||||
- name: '📤 Upload artifact'
|
- name: '📤 Upload artifact'
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user