From 71d813bbb618f1bd7625a7c7ea0d65ab04c3579a Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 17 Jan 2022 17:35:16 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f6bc7b8..82f7890 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,7 +75,7 @@ jobs: cd bromite VERSION=v$(cat ${{ env.OUTPUTFILE }}/RELEASE)-${{ github.event.inputs.build }} ../gh_2.4.0_linux_amd64/bin/gh release create $VERSION \ - $APK --notes "" + ../$APK --notes "" # - name: Enable proxy on container # shell: bash