release
This commit is contained in:
20
.github/workflows/build-uc2.yml
vendored
20
.github/workflows/build-uc2.yml
vendored
@@ -544,22 +544,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
path: ./${{ matrix.config.artifact }}
|
||||
name: ${{ matrix.config.artifact }}
|
||||
|
||||
Download-artifact:
|
||||
runs-on: ubuntu-latest
|
||||
name: download artifact
|
||||
steps:
|
||||
|
||||
- name: create artifact directory
|
||||
run: mkdir artifact
|
||||
working-directory: ./
|
||||
|
||||
- name: 'download artifact'
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: artifact
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
working-directory: artifact
|
||||
name: ${{ matrix.config.artifact }}
|
||||
Reference in New Issue
Block a user