mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-13 07:05:24 +08:00
Update GitHub Actions dependencies in msbuild workflow
This commit is contained in:
10
.github/workflows/msbuild.yml
vendored
10
.github/workflows/msbuild.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
ref: master
|
||||
|
||||
- name: Add MSBuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
uses: microsoft/setup-msbuild@v1.1.3
|
||||
|
||||
- name: Restore NuGet packages
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
run: msbuild /m /p:BuildInParallel=true /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
# upload msi and zip artifacts so the publish job below can download and then update latest release via Linux
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: quicklook-build-files
|
||||
path: Build/QuickLook-*.*
|
||||
@@ -64,13 +64,13 @@ jobs:
|
||||
if: github.event_name == 'push'
|
||||
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: quicklook-build-files
|
||||
|
||||
- name: Update latest release
|
||||
# see https://github.com/pyTooling/Actions/tree/main/releaser
|
||||
uses: pyTooling/Actions/releaser@main
|
||||
# see https://github.com/pyTooling/Actions/tree/r6/releaser
|
||||
uses: pyTooling/Actions/releaser@r6
|
||||
with:
|
||||
tag: latest
|
||||
rm: true
|
||||
|
||||
Reference in New Issue
Block a user