Skip to content

Commit

Permalink
set execute perms on bin dir of pydra GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jul 12, 2023
1 parent 754986c commit 1a9e119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-pydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
with:
name: Bin
path: bin
- name: Set execute perms on bin
run: chmod +x ./bin/*
- name: Download shared lib
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 1a9e119

Please sign in to comment.