Commit 3757f87
committed
Fix Linux GitHub Actions packaging: correct binary name case sensitivity
- Change binary copy from 'cp Fujisan fujisan-linux/usr/bin/' to 'cp Fujisan fujisan-linux/usr/bin/fujisan'
- Resolves chmod error where packaging expected lowercase 'fujisan' but found uppercase 'Fujisan'
- Ensures consistent binary naming throughout packaging process1 parent 174da2f commit 3757f87
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments