Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Jul 23, 2024
1 parent 6371243 commit 21527e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3
- name: Create release using 'gh'
run: |
gh release create foo-tools-v$(date +%Y%m%d) $(find -type f -printf '%p ') --notes-file - <<'#####'
gh release create foo-tools-v$(date +%Y%m%d) ./ --notes-file - <<'#####'
Includes foo-pre and modules
See [CHANGES](src/CHANGES)
Expand Down

0 comments on commit 21527e5

Please sign in to comment.