We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f50b7 commit b0db1a1Copy full SHA for b0db1a1
.github/workflows/Build.yml
@@ -156,6 +156,6 @@ jobs:
156
os: linux
157
" > manifest.yaml
158
159
- curl -sqL -o manifest-tool https://github.com/estesp/manifest-tool/releases/download/v1.0.3/manifest-tool-linux-amd64
+ curl -sqL -o manifest-tool https://github.com/estesp/manifest-tool/releases/download/v1.0.3/manifest-tool-linux-${{ matrix.os.arch }}
160
chmod +x manifest-tool
161
./manifest-tool push from-spec manifest.yaml
0 commit comments