Skip to content

Commit

Permalink
not underdtsanding why the glob is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mosser committed Jul 20, 2024
1 parent 7aa0dfe commit 7873e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ jobs:
name: jpipe-${{ github.ref_name }}.tar.gz
path: release/jpipe-${{ github.ref_name }}.tar.gz

- name: Create release directory
run: |
ls -lh release
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 7873e49

Please sign in to comment.