From 5ced66ad87f1cd27581c2a3243572625cbf0f8ed Mon Sep 17 00:00:00 2001 From: Nathan Fiscaletti Date: Thu, 18 Apr 2024 00:49:58 -0500 Subject: [PATCH] Updated workflow --- .github/workflows/package_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package_release.yml b/.github/workflows/package_release.yml index e8d2963..84528b5 100644 --- a/.github/workflows/package_release.yml +++ b/.github/workflows/package_release.yml @@ -22,7 +22,7 @@ jobs: run: npm run electron:package:linux # Rename the release artifact - name: Rename Artifact - run: mv dist/frame-cast_*.deb FrameCast.Setup.linux_amd64.deb + run: mv dist/frame-cast_*.deb dist/FrameCast.Setup.linux_amd64.deb # Upload the release artifact - name: Upload Artifacts uses: softprops/action-gh-release@v2