Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Feb 6, 2024
1 parent ccb9045 commit b380aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
mv ./DeveMultiCompressor.ConsoleApp/bin/Release/net8.0/linux-x64/publishtrimmedaot/DeveMultiCompressor.ConsoleApp ./BuildOutputConsole/DeveMultiCompressor.ConsoleApp.TrimmedAot
- uses: actions/upload-artifact@v4
with:
name: DeveMultiCompressor.ConsoleApp
name: DeveMultiCompressor.ConsoleApp.Linux
path: BuildOutputConsole/*

build_windows_consoleapp:
Expand All @@ -142,7 +142,7 @@ jobs:
mv ./DeveMultiCompressor.ConsoleApp/bin/Release/net8.0/win-x64/publishtrimmedaot/DeveMultiCompressor.ConsoleApp.exe ./BuildOutputConsole/DeveMultiCompressor.ConsoleApp.TrimmedAot.exe
- uses: actions/upload-artifact@v4
with:
name: DeveMultiCompressor.ConsoleApp
name: DeveMultiCompressor.ConsoleApp.Windows
path: BuildOutputConsole/*.exe

build_windows:
Expand Down

0 comments on commit b380aac

Please sign in to comment.