mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #4297 from Flow-Launcher/dependabot/github_actions/actions/upload-artifact-7
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Bump actions/upload-artifact from 6 to 7
This commit is contained in:
commit
54dc790cb6
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@v6
|
uses: actions/upload-artifact@v7
|
||||||
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@v6
|
uses: actions/upload-artifact@v7
|
||||||
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@v6
|
uses: actions/upload-artifact@v7
|
||||||
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@v6
|
uses: actions/upload-artifact@v7
|
||||||
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@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: RELEASES
|
name: RELEASES
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue