mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c03c778efb
commit
4c44877af4
1 changed files with 5 additions and 5 deletions
10
.github/workflows/dotnet.yml
vendored
10
.github/workflows/dotnet.yml
vendored
|
|
@ -54,28 +54,28 @@ jobs:
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: .\Scripts\post_build.ps1
|
run: .\Scripts\post_build.ps1
|
||||||
- name: Upload Plugin Nupkg
|
- name: Upload Plugin Nupkg
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Plugin nupkg
|
name: Plugin nupkg
|
||||||
path: |
|
path: |
|
||||||
Output\Release\Flow.Launcher.Plugin.*.nupkg
|
Output\Release\Flow.Launcher.Plugin.*.nupkg
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
- name: Upload Setup
|
- name: Upload Setup
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Flow Installer
|
name: Flow Installer
|
||||||
path: |
|
path: |
|
||||||
Output\Packages\Flow-Launcher-*.exe
|
Output\Packages\Flow-Launcher-*.exe
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
- name: Upload Portable Version
|
- name: Upload Portable Version
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Portable Version
|
name: Portable Version
|
||||||
path: |
|
path: |
|
||||||
Output\Packages\Flow-Launcher-Portable.zip
|
Output\Packages\Flow-Launcher-Portable.zip
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
- name: Upload Full Nupkg
|
- name: Upload Full Nupkg
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: Full nupkg
|
name: Full nupkg
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -83,7 +83,7 @@ jobs:
|
||||||
|
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
- name: Upload Release Information
|
- name: Upload Release Information
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: RELEASES
|
name: RELEASES
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue