We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704b429 commit 83f600eCopy full SHA for 83f600e
.github/workflows/custopize.yml
@@ -95,7 +95,7 @@ jobs:
95
96
let octopiUrl = null;
97
for (const asset of release.releaseAssets.nodes) {
98
- if (asset.name.startsWith("octopi-") && asset.name.endsWith(".zip")) {
+ if (asset.name.startsWith("octopi-") && asset.name.includes("-armhf-") && asset.name.endsWith(".zip")) {
99
octopiUrl = asset.downloadUrl;
100
break;
101
}
0 commit comments