Skip to content

Commit

Permalink
continuing to debug/test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Oct 19, 2024
1 parent 420f43b commit f1fe5d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@ jobs:
with:
merge-multiple: true

- name: List all files before release
run: ls -R .

- uses: ncipollo/release-action@v1
with:
artifacts: 'x86_64/*,noarch/*'
artifacts: 'x86_64/*,noarch/*,*'

0 comments on commit f1fe5d7

Please sign in to comment.