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 008a99b commit eaf7755Copy full SHA for eaf7755
.github/actions/build-matrix/action.yml
@@ -16,7 +16,7 @@ runs:
16
shell: bash
17
env:
18
IMAGE: fozztexx/defoogi
19
- VERSION: 1.4.1
+ VERSION: 1.4.1
20
run: |
21
for platform in $(echo "${{ inputs.platforms }}" | tr ',' ' '); do
22
echo "Building $platform..."
0 commit comments