Skip to content

Commit

Permalink
Fix release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
swrh committed Sep 18, 2024
1 parent 891c7c3 commit 3b7cfbb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,10 @@ jobs:
with:
path: bin

- run: ls -l
- run: ls -l bin
- run: ls -l bin/*
- run: ls -l bin/*/*

- name: Create release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./bin/*
files: bin/*/*

# vim:set sw=2 ts=2 et:

0 comments on commit 3b7cfbb

Please sign in to comment.