From 52f8bd468e1d97bb1d4e23b4c91565fd004f483a Mon Sep 17 00:00:00 2001 From: Joshua Weber <57131123+daschaa@users.noreply.github.com> Date: Sat, 29 Jan 2022 13:24:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Changes=20file=20path=20for=20re?= =?UTF-8?q?lease=20artifact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index fd5d28a..a95d095 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -44,7 +44,8 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - **/billboard.app + /Users/runner/work/billboard/billboard/Billboard.app + /Users/runner/work/billboard/billboard/billboard.app tag_name: ${{ steps.set_release_name.outputs.current-version }} name: Release ${{ steps.set_release_name.outputs.current-version }} draft: false