From 2eadf093636a9e6100ece1aaeb596ca65050a2b2 Mon Sep 17 00:00:00 2001 From: AB Date: Wed, 16 Dec 2020 18:57:25 +0300 Subject: [PATCH] Fix --- .github/workflows/build-push.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index f648df4..2fd0f9c 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -84,5 +84,7 @@ jobs: -r ${{ steps.get_repo_data.outputs.REPO_NAME }} \ --tag ${{ steps.get_version.outputs.FULL_TAG }} \ --name ${artifact} \ - --file ./artifact/${artifact} + --file ${artifact} done + ./bin/linux/amd64/github-release upload -u house-of-vanity -r furumi --tag ${{ steps.get_version.outputs.FULL_TAG }} --name arch_linux_furumi-${{ steps.get_version.outputs.VERSION }}-x86_64.pkg.tar.zst --file ./furumi-x86_64.pkg.tar.zst +