From 35bdfa1dc444d63daed45bc81609588583fe30b7 Mon Sep 17 00:00:00 2001 From: Nathan Fiscaletti Date: Thu, 18 Apr 2024 00:44:25 -0500 Subject: [PATCH] Updated release file names --- .github/workflows/package_release.yml | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/package_release.yml b/.github/workflows/package_release.yml index 43fc6e6..e8d2963 100644 --- a/.github/workflows/package_release.yml +++ b/.github/workflows/package_release.yml @@ -22,13 +22,13 @@ jobs: run: npm run electron:package:linux # Rename the release artifact - name: Rename Artifact - run: mv dist/frame-cast_*.deb dist/frame-cast_${{ github.event.release.tag_name }}_amd64.deb + run: mv dist/frame-cast_*.deb FrameCast.Setup.linux_amd64.deb # Upload the release artifact - name: Upload Artifacts uses: softprops/action-gh-release@v2 with: files: | - dist/frame-cast_${{ github.event.release.tag_name }}_amd64.deb + dist/FrameCast.Setup.linux_amd64.deb build-and-deploy-windows: runs-on: windows-latest @@ -48,13 +48,13 @@ jobs: GH_TOKEN: ${{secrets.GITHUB_TOKEN}} # Rename artifacts - name: Rename Artifact Executable - run: mv "dist/FrameCast Setup *.exe" "dist/FrameCast Setup ${{ github.event.release.tag_name }}.exe" + run: mv "dist/FrameCast Setup *.exe" "dist/FrameCast.Setup.win32.exe" - name: Rename Artifact Executable Blockmap - run: mv "dist/FrameCast Setup *.exe.blockmap" "dist/FrameCast Setup ${{ github.event.release.tag_name }}.exe.blockmap" + run: mv "dist/FrameCast Setup *.exe.blockmap" "dist/FrameCast.Setup.win32.exe.blockmap" # Upload the release artifact - name: Upload Artifacts uses: softprops/action-gh-release@v2 with: files: | - dist/FrameCast Setup ${{ github.event.release.tag_name }}.exe - dist/FrameCast Setup ${{ github.event.release.tag_name }}.exe.blockmap \ No newline at end of file + dist/FrameCast.Setup.win32.exe + dist/FrameCast.Setup.win32.exe.blockmap \ No newline at end of file diff --git a/README.md b/README.md index 0b58fa9..a5165a2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ FrameCast is a powerful tool that can enhance your video conferencing experience by providing flexible screen sharing options that enable effective collaboration. [![Download for Windows](https://i.imgur.com/edpkPzv.png)](https://github.com/nathan-fiscaletti/framecast/releases/latest/download/FrameCast.Setup.win32.exe) -[![Download for Linux](https://i.imgur.com/ob2QUPN.png)](https://github.com/nathan-fiscaletti/framecast/releases/latest/download/frame-cast_linux_amd64.deb) +[![Download for Linux](https://i.imgur.com/ob2QUPN.png)](https://github.com/nathan-fiscaletti/framecast/releases/latest/download/FrameCast.Setup.linux_amd64.deb) [![Download for macOS](https://i.imgur.com/771afwr.png)](https://github.com/nathan-fiscaletti/framecast/releases/latest/download/FrameCast-darwin-arm64.dmg) ## Video Preview