Skip to content

Commit

Permalink
Merge pull request #165 from KennyOliver/issue-154
Browse files Browse the repository at this point in the history
Fix: Enabling execution permission `chmod +x` on FlavorLang executable
  • Loading branch information
KennyOliver authored Jan 3, 2025
2 parents d276025 + 4bbb0ac commit adb7851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Rename FlavorLang interpreter
run: mv src/flavor src/flavorlang-${{ matrix.os }}

# **New Step: Make Interpreter Executable**
- name: Make interpreter executable
run: chmod +x src/flavorlang-${{ matrix.os }}

# Upload artifacts separately for clarity
- name: Upload VS Code extension
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit adb7851

Please sign in to comment.