diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index babb2f79..47ae6251 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,9 @@ jobs: - name: Build run: dotnet build -c Release - name: Publish - run: dotnet publish src/SourceGit/SourceGit.csproj -c Release -o publish -r ${{ matrix.platform }} -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained + run: dotnet publish src/SourceGit.csproj -c Release -o publish -r ${{ matrix.platform }} -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained - name: Upload Artifact uses: actions/upload-artifact@v4 with: name: ${{ matrix.platform }} - path: publish \ No newline at end of file + path: publish diff --git a/README.md b/README.md index 21236fe0..4530bf6d 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ Opensource Git GUI client. **To use this tool, you need to install Git first.** -You can download the latest stable from [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest) or download workflow artifacts from [Github Actions](https://github.com/sourcegit-scm/sourcegit/actions) to try this app based on each commits. +You can download the latest stable from [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest) or download workflow artifacts from [Github Actions](https://github.com/sourcegit-scm/sourcegit/actions) to try this app based on latest commits. For **Windows** users: -**MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead. +* **MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead. For **macOS** users: