Skip to content

Commit

Permalink
ls artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pwh-pwh committed Aug 22, 2024
1 parent 692f5b0 commit f9390ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
with:
name: ${{ matrix.release-name }}
path: ./artifacts
- name: ls file
run: ls -R ./artifacts
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: 'artifacts/${{ matrix.release-name }}/*'
artifacts: 'artifacts/**'

0 comments on commit f9390ab

Please sign in to comment.