We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072fd27 commit 77a4348Copy full SHA for 77a4348
1 file changed
.github/workflows/build.yml
@@ -111,15 +111,16 @@ jobs:
111
sudo dpkg -i dfetch-package/dfetch*.deb
112
sudo dpkg -L dfetch
113
ls -la /opt/dfetch
114
- chmod +x /opt/dfetch/dfetch
115
- echo "/opt/dfetch" >> $GITHUB_PATH
+ ln -s /opt/dfetch/dfetch-0.10.0_x86_64 /usr/bin/dfetch
116
shell: bash
117
118
- name: Install binary
119
if: matrix.platform == 'macos-latest'
120
run: |
121
ls -la .
122
sudo installer -pkg dfetch-package/dfetch*.pkg -target / -verboseR
+ ls -la /opt/dfetch
123
124
125
126
0 commit comments