Skip to content

Commit

Permalink
Move bins
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Apr 27, 2024
1 parent 97d624f commit ad3c528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
- name: List Artifacts
run: find ./
run: find ./ -type f -name *.bin -exec mv -v {} ./ \;
- name: Create draft release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit ad3c528

Please sign in to comment.