Skip to content

Commit

Permalink
fix(ci): correcting permissions on the arkscript executable
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Sep 22, 2024
1 parent e995da0 commit faf1b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
run: |
wget -q $(curl -s https://api.github.com/repos/ArkScript-lang/Ark/releases?per_page=1 | grep "browser_download_url.*linux-clang-16.zip" | cut -d : -f 2,3 | tr -d \")
unzip -o linux-clang-16.zip
chmod u+x ./arkscript
./arkscript --version
- name: Check
Expand Down

0 comments on commit faf1b8e

Please sign in to comment.