Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 5, 2025
1 parent cda4f86 commit 0dfa612
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: example
path: /usr/local/bin/
path: /usr/local/bin/example

- name: chmod
run: |
chmod +x /usr/local/bin/example
- name: word
run: |
Expand All @@ -52,7 +56,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: example
path: /usr/local/bin/
path: /usr/local/bin/example

- name: nospace
run: |
Expand Down

0 comments on commit 0dfa612

Please sign in to comment.