Skip to content

Commit

Permalink
Correcciones: Permisos de ejecución a boxfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarulo committed Nov 29, 2024
1 parent 089c70e commit 4da6c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
curl https://files.cloudcaptain.sh/com/boxfuse/client/boxfuse-commandline/1.33.0.1460/boxfuse-commandline-1.33.0.1460-linux-x64.tar.gz -o boxfuse-commandline-1.33.0.1460-linux-x64.tar.gz
tar -xzf boxfuse-commandline-1.33.0.1460-linux-x64.tar.gz
echo "${PWD}/boxfuse" >> $GITHUB_PATH
chmod +x ${PWD}/boxfuse/boxfuse
boxfuse -v
- name: Write to config file
Expand Down

0 comments on commit 4da6c0e

Please sign in to comment.