Skip to content

Commit 5dd3404

Browse files
committed
Add +x flag to dfetch
1 parent 690b044 commit 5dd3404

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ jobs:
108108
- name: Install binary
109109
if: matrix.platform == 'ubuntu-latest'
110110
run: |
111-
ls -la .
112111
sudo dpkg -i dfetch-package/dfetch*.deb
113112
sudo dpkg -L dfetch
113+
ls -la /opt/dfetch
114+
chmod +x /opt/dfetch/dfetch
114115
echo "/opt/dfetch" >> $GITHUB_PATH
115116
shell: bash
116117

0 commit comments

Comments
 (0)