diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1fcc2b47e..c3bed27e19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: if: ${{runner.os == 'macOS'}} with: name: ${{matrix.friendlyName}}-${{matrix.arch}} - path: dist/GitHubDesktop-${{matrix.arch}}.zip + path: dist/GitHub Desktop-${{matrix.arch}}.zip if-no-files-found: error - name: Upload Windows artifacts uses: actions/upload-artifact@v3