mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Fix a few typos in release body
This commit is contained in:
parent
076067e22d
commit
f0d572c110
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
- name: "Upload release artifacts"
|
- name: "Upload release artifacts"
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
body: "Download the correct sync_url for your platform and run it in the terminal or CMD. You might need to make it executable ob Linux/Mac with 'chmod +x <file>'"
|
body: "Download the correct sync_url for your platform and run it in the terminal or CMD. You might need to make it executable on Linux/Mac with `chmod +x <file>`."
|
||||||
files: |
|
files: |
|
||||||
sync_url_mac
|
sync_url_mac
|
||||||
sync_url_linux
|
sync_url_linux
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue