Skip to content

Commit

Permalink
fix upload dir attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSchinazi committed Aug 7, 2024
1 parent 5d77b4b commit 1f78fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jazzlights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: merged-binaries
path: "${binaries_dir}/*.bin"
path: "${binaries_dir}/"

pages:
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 1f78fc6

Please sign in to comment.