mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Adjust release names
This commit is contained in:
parent
07de5bea8b
commit
9ea03bda3e
11
.github/workflows/package.yml
vendored
11
.github/workflows/package.yml
vendored
@ -59,10 +59,7 @@ jobs:
|
||||
run: "ls -lah"
|
||||
|
||||
- name: "Rename releases"
|
||||
run: "mv sync_url-macos-latest sync_url_mac && mv sync_url-ubuntu-latest sync_url_linux && mv sync_url-windows-latest sync_url_windows.exe"
|
||||
|
||||
- name: "look at folder structure after rename"
|
||||
run: "ls -lah"
|
||||
run: "mv sync_url-macos-latest pferd_sync_url_mac && mv sync_url-ubuntu-latest pferd_sync_url_linux && mv sync_url-windows-latest pferd_sync_url.exe"
|
||||
|
||||
- name: "Create release"
|
||||
uses: softprops/action-gh-release@v1
|
||||
@ -72,6 +69,6 @@ jobs:
|
||||
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 on Linux/Mac with `chmod +x <file>`."
|
||||
files: |
|
||||
sync_url_mac
|
||||
sync_url_linux
|
||||
sync_url_windows.exe
|
||||
pferd_sync_url_mac
|
||||
pferd_sync_url_linux
|
||||
pferd_sync_url.exe
|
||||
|
Loading…
Reference in New Issue
Block a user