diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9ba4f20ac..08763ccf2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -83,28 +83,28 @@ jobs: with: name: Flow Installer path: | - Releases\FlowLauncher-*.exe + Output\Packages\Flow-Launcher-*.exe compression-level: 0 - name: Upload Portable Version uses: actions/upload-artifact@v4 with: name: Portable Version path: | - Releases\FlowLauncher-*-Portable.zip + Output\Packages\Flow-Launcher-Portable.zip compression-level: 0 -# - name: Upload Full Nupkg -# uses: actions/upload-artifact@v4 -# with: -# name: Full nupkg -# path: | -# Releases\FlowLauncher-*-full.nupkg -# -# compression-level: 0 -# - name: Upload Release Information -# uses: actions/upload-artifact@v4 -# with: -# name: RELEASES -# path: | -# Releases\RELEASES* -# compression-level: 0 -# + - name: Upload Full Nupkg + uses: actions/upload-artifact@v4 + with: + name: Full nupkg + path: | + Output\Packages\FlowLauncher-*-full.nupkg + + compression-level: 0 + - name: Upload Release Information + uses: actions/upload-artifact@v4 + with: + name: RELEASES + path: | + Output\Packages\RELEASES + compression-level: 0 +