Skip to content

Commit

Permalink
add execution permissions for particle-cli files
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 7, 2024
1 parent 3a9eabb commit b7bd5c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-publish-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run_id: ${{ inputs.build_run_id }}
name: package
path: build/
- name: change mode of all files to executable
run: |
cd build
find . -type f -name "ParticleCLISetup.exe" -exec chmod +x {} +
- name: compress build with gz
run: |
Expand Down

0 comments on commit b7bd5c1

Please sign in to comment.