From 0b8d06a12c72b7263c63eecb6d86d51d5eb2350e Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 17 Jan 2022 17:34:14 +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 615b506..f6bc7b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,7 +74,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 \ + ../gh_2.4.0_linux_amd64/bin/gh release create $VERSION \ $APK --notes "" # - name: Enable proxy on container