Skip to content

Commit

Permalink
upload the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 30, 2024
1 parent 7a1cbb3 commit 6ae72ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,9 @@ jobs:
if [ ! -f status-${{ matrix.php-version }}-${{ github.sha }}.txt ]; then
echo "0" > status-${{ matrix.php-version }}-${{ github.sha }}.txt
fi
- name: Upload status artifacts
uses: actions/upload-artifact@v4
with:
name: status-${{ matrix.php-version }}-${{ github.sha }}
path: status-${{ matrix.php-version }}-${{ github.sha }}.txt

0 comments on commit 6ae72ca

Please sign in to comment.