From b8f82a28eb285cc20421520a34abf5440cdf75a2 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 11 May 2023 16:27:22 +0530 Subject: [PATCH] point to right directory for binary output --- .github/workflows/release-packaging.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-packaging.yaml b/.github/workflows/release-packaging.yaml index 661f89f..558e5ea 100644 --- a/.github/workflows/release-packaging.yaml +++ b/.github/workflows/release-packaging.yaml @@ -39,7 +39,7 @@ jobs: if: github.ref == 'refs/heads/mistress' with: name: dotfox - path: target/release/dotfox + path: target/x86_64-unknown-linux-musl/release/dotfox - name: Publish id: publishing @@ -47,5 +47,5 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') with: files: | - target/release/dotfox + target/x86_64-unknown-linux-musl/release/dotfox draft: true \ No newline at end of file