From 9ea03bda3ed62efbdc62e641bc76ff72a43497b6 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Fri, 30 Oct 2020 18:02:46 +0100 Subject: [PATCH] Adjust release names --- .github/workflows/package.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b09cbe5..c451789 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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 `." files: | - sync_url_mac - sync_url_linux - sync_url_windows.exe + pferd_sync_url_mac + pferd_sync_url_linux + pferd_sync_url.exe