Skip to content

Commit

Permalink
fix: update name in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses authored Sep 25, 2024
1 parent 9591a30 commit 0e4de52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -37,5 +34,5 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: ./release/wand-*
file: ./release/rodeo-*
file_glob: true

0 comments on commit 0e4de52

Please sign in to comment.