Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMcCullough committed Feb 5, 2025
1 parent acbb12e commit e033127
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/make-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
with:
if-no-files-found: error
name: ${{steps.meta.outputs.filename}}
path: ${{steps.meta.outputs.filename}}

release:
name: Create/Update Release
Expand All @@ -124,6 +125,11 @@ jobs:
with:
path: artifacts

- name: test
run: |
set -eux
ls -al artifacts
- name: Upload Builds to Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit e033127

Please sign in to comment.