Skip to content

Commit

Permalink
Enhancement: List release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 19, 2022
1 parent 3f586fc commit 3c2752d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: "Create release assets"
run: "touch ${{ env.COMPOSER_NORMALIZE_PHAR }} ${{ env.COMPOSER_NORMALIZE_PHAR_ASC }}"

- name: "List release assets"
run: "ls -la .build/phar/"

- name: "Upload release assets"
uses: "actions/github-script@v6"
with:
Expand Down

0 comments on commit 3c2752d

Please sign in to comment.