Skip to content

Commit 63112f0

Browse files
committed
Fix typo
1 parent 6142693 commit 63112f0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
mkdir -p artifacts/Linux && mv Linux.zip/* artifacts/Linux
4444
mkdir -p artifacts/Windows && mv Windows.zip/* artifacts/Windows
45-
mkdir -p artifacts/MacOS && mv MacOS.zip/* artifacts/MacOS
45+
mkdir -p artifacts/macOS && mv macOS.zip/* artifacts/macOS
4646
cd artifacts && zip -r ../Artifacts-${{ steps.get_version.outputs.version-without-v }}.zip .
4747
4848
- name: Create release notes
@@ -55,12 +55,6 @@ jobs:
5555
5656
---
5757
58-
If you enjoy using xPilot, please considering donating to support the future development of the project. Thank you for your support.
59-
60-
<a href="https://www.paypal.com/donate/?business=7MD45Q2CGTVDS&no_recurring=0&item_name=Thank+you+for+supporting+the+development+of+xPilot.&currency_code=USD"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"></a>
61-
62-
---
63-
6458
### Added
6559
6660
### Changed

0 commit comments

Comments
 (0)