ci: broken action requires broken input

This commit is contained in:
Ash Keel 2022-12-24 15:09:23 +01:00
parent 1f3600b4ef
commit ce56e9957b
No known key found for this signature in database
GPG Key ID: BAD8D93E7314ED3E
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ jobs:
matrix:
build: [
{ name: strimertul-linux-amd64, platform: linux/amd64, os: ubuntu-latest },
{ name: "strimertul-windows", platform: windows/amd64, os: windows-latest },
{ name: "strimertul-macos", platform: darwin/universal, os: macos-latest }
{ name: "strimertul", platform: windows/amd64, os: windows-latest },
{ name: "strimertul", platform: darwin/universal, os: macos-latest }
]
runs-on: ${{ matrix.build.os }}
steps: