Fix artifacts
This commit is contained in:
parent
8c53766457
commit
2855582701
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -75,13 +75,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
- shell: bash
|
||||
working-directory: artifacts
|
||||
run: |
|
||||
for i in $( ls ); do
|
||||
cat $i/$ARTIFACT
|
||||
done
|
||||
name: my-artifact
|
||||
path: my_file.txt
|
||||
retention-days: 5
|
||||
|
|
Loading…
Reference in a new issue