Browse Source

Fix indent.

Ian Walton 4 years ago
parent
commit
5a0fcdfaf9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/main.yml

+ 4 - 4
.github/workflows/main.yml

@@ -90,7 +90,7 @@ jobs:
         ninja
         ninja windows_package
     - name: Archive production artifacts
-        uses: actions/upload-artifact@v2
-        with:
-          name: installer.exe
-          path: ${{ github.workspace }}/build/JellyfinMediaPlayer-*-windows-x64.exe
+      uses: actions/upload-artifact@v2
+      with:
+        name: installer.exe
+        path: ${{ github.workspace }}/build/JellyfinMediaPlayer-*-windows-x64.exe