From 0e4de5203a64b111f62e979b791b280acf6bd12b Mon Sep 17 00:00:00 2001 From: Kanishk Pachauri Date: Wed, 25 Sep 2024 19:01:08 +0530 Subject: [PATCH] fix: update name in build action --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5811770..c6ec355 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,9 +23,6 @@ jobs: - name: Display the release tag run: echo ${{ github.event.release.tag_name }} - - name: Update Permission - run: chmod +x build-executables.sh - - name: Build the wand executables run: ./build-executables.sh ${{ github.event.release.tag_name }} @@ -37,5 +34,5 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} - file: ./release/wand-* + file: ./release/rodeo-* file_glob: true