Skip to content

Commit

Permalink
Upload again
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jul 17, 2024
1 parent 0980a4c commit a853136
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,21 @@ jobs:
ls /tmp/playground
ls /tmp/playground/logs
- name: Tar the report
if: ${{ always() }}
run: |
tar -zcvf /tmp/playground.tar.gz /tmp/playground/
- name: Upload playground artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: playground
path: /tmp/playground/*

- name: Upload playground artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: playground-2
path: /tmp/playground.tar.gz

0 comments on commit a853136

Please sign in to comment.