Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 16, 2024
1 parent b30ab96 commit ac226a0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,14 @@ jobs:
- name: Download artifacts
id: download
uses: actions/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
merge-multiple: true

- shell: bash
run: |
ls -lAh *
echo "${{steps.download.outputs.download-path}}"
ls -lAh ${{steps.download.outputs.download-path}}
find -name "*.zip" -type f
- uses: marvinpinto/action-automatic-releases@latest
name: "Create release"
with:
Expand Down

0 comments on commit ac226a0

Please sign in to comment.