Skip to content

Commit

Permalink
Add scripts to release job in cache workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Feb 16, 2022
1 parent c687c62 commit 45217a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
for asset in ./builds/*; do
assets+=("$asset")
done
assets+=("./scripts/Get-PhpNightly.ps1")
assets+=("./scripts/Get-Php.ps1")
for release in php${{ matrix.php }}; do
if ! gh release view "$release"; then
gh release create "$release" "${assets[@]}" -t "$release" -n "$release"
Expand Down

0 comments on commit 45217a2

Please sign in to comment.