From 0d5efa795d691798dabe11d89ff293642e650714 Mon Sep 17 00:00:00 2001 From: Brendan Galloway Date: Wed, 19 Jun 2024 15:56:44 +0200 Subject: [PATCH] fix: correct build directory --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b17dd36..5762710 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ./.release/* + file: ./.bin/* tag: v${{ needs.semantic-release.outputs.release-version }} overwrite: true file_glob: true