diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 143801ed15..205038d98b 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -28,7 +28,7 @@ jobs: - name: Create Installer run: ./scripts/autobuild/autobuild-installer-win64.bat - name: Archive Installer - uses: actions/upload-artifact@v4 - with: - name: Installer - path: build/installer/Traktor.msi + uses: actions/upload-artifact@v4 + with: + name: Installer + path: build/installer/Traktor.msi