]> code.octet-stream.net Git - hashgood/commitdiff
Fix format of release workflow yaml v0.2.0
authorThomas Karpiniec <tom@ditto.live>
Sat, 19 Feb 2022 23:26:38 +0000 (10:26 +1100)
committerThomas Karpiniec <tom@ditto.live>
Sat, 19 Feb 2022 23:26:38 +0000 (10:26 +1100)
.github/workflows/release.yml

index d52bd0d3098c4fc70f63b1ea6d1a4aaff826778d..d3af78c2d62a843da6fcb88986f41970e31c5191 100644 (file)
@@ -23,11 +23,11 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-      include:
-        - os: windows-latest
-          features: paste
-        - os: macos-latest
-          features: paste
+        include:
+          - os: windows-latest
+            features: paste
+          - os: macos-latest
+            features: paste
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2