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
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- name: 'Upload Artifact'
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
name: my-artifact
|
||||||
|
path: my_file.txt
|
||||||
- shell: bash
|
retention-days: 5
|
||||||
working-directory: artifacts
|
|
||||||
run: |
|
|
||||||
for i in $( ls ); do
|
|
||||||
cat $i/$ARTIFACT
|
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in a new issue