mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-28 01:08:34 +08:00
Update CI workflow and README badges
Renamed the MSBuild workflow to 'build' and updated actions/checkout to v4 in the workflow file. Added GitHub Actions badge to README and reordered platform badge for improved visibility.
This commit is contained in:
4
.github/workflows/msbuild.yml
vendored
4
.github/workflows/msbuild.yml
vendored
@@ -1,6 +1,6 @@
|
||||
# run a build for the latest version and upload the artifacts to a "latest" pre-release
|
||||
|
||||
name: MSBuild
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -6,9 +6,10 @@
|
||||
|
||||
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||
[](https://ci.appveyor.com/project/xupefei/QuickLook)
|
||||
[](https://github.com/QL-Win/QuickLook/actions/workflows/msbuild.yml)
|
||||
[](https://dotnet.microsoft.com/en-us/download/dotnet/latest/runtime)
|
||||
[](https://github.com/QL-Win/QuickLook/releases)
|
||||
[](https://github.com/QL-Win/QuickLook/releases/latest)
|
||||
[](https://dotnet.microsoft.com/en-us/download/dotnet/latest/runtime)
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/1687847/64730506-2a60d100-d4e8-11e9-95a6-f13dbd869b2a.jpeg" width="400">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user