Skip to content

Commit

Permalink
Correcciones: La ruta del ejecutable boxfuse no era correcta
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarulo committed Nov 29, 2024
1 parent 993f68d commit 5fa31d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
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
echo "${PWD}/boxfuse/boxfuse" >> $GITHUB_PATH
boxfuse -v
- name: Write to config file
Expand Down

0 comments on commit 5fa31d9

Please sign in to comment.