Skip to content

Commit

Permalink
Fix: Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Apr 4, 2021
1 parent ea1585d commit 43ebd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shell: powershell
run: |
cd ChromeDevExtWarningPatcher\bin\Release\net5.0-windows;
Compress-Archive -DestinationPath ChromeDevExtWarningPatcher.zip -Path ChromeDevExtWarningPatcher.exe,ChromeDevExtWarningPatcher.dll,ChromeDevExtWarningPatcher.runtimeconfig.json,MaterialDesignThemes.Wpf.dll,MaterialDesignColors.dll;
Compress-Archive -DestinationPath ChromeDevExtWarningPatcher.zip -Path ChromeDevExtWarningPatcher.exe,ChromeDevExtWarningPatcher.dll,ChromeDevExtWarningPatcher.runtimeconfig.json,ChromeDevExtWarningPatcher.deps.json,CommandLine.dll,Dia2Lib.dll,MaterialDesignColors.dll,MaterialDesignThemes.Wpf.dll,Microsoft.Win32.TaskScheduler.dll,OSExtensions.dll,System.Drawing.Common.dll,TraceReloggerLib.dll,runtimes;
dir;
- uses: "Ceiridge/action-automatic-releases@master" # actually made by marvinpinto
Expand Down

0 comments on commit 43ebd20

Please sign in to comment.