Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent a9e81eb commit 1b2d812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
entry: tests/testbundle.art
entry: tests/testbundle

- name: Run tests
run: |
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ runs:

- name: Generate executable
run: |
arturo --bundle ${{ inputs.entry }}
arturo --bundle ${{ inputs.entry }}.art
sudo chmod +x ${{ inputs.entry }}
shell: bash

branding:
Expand Down

0 comments on commit 1b2d812

Please sign in to comment.