Skip to content

Commit

Permalink
fix release pdf glob - shipit πŸ•΅οΈβ€β™€οΈ 🚒 2024-04-03 05:41:07 PM EDT πŸˆ‚οΈ πŸ•š
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Apr 3, 2024
1 parent 00d3c0c commit 1198fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Find Presentations
id: find_presentations
run: |
files=$(find public/presentations -type f -name "*-${{ github.event.inputs.date }}.pdf")
files=$(find public/presentations -type f -name "${{ github.event.inputs.date }}-*.pdf")
if [ -z "$files" ]; then
echo "No presentations found for the specified event date."
exit 1
Expand Down

0 comments on commit 1198fb2

Please sign in to comment.