Skip to content

Commit

Permalink
Fix: Included DotNetZip in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Aug 7, 2020
1 parent ffba351 commit f865768
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 @@ -41,7 +41,7 @@ jobs:
shell: powershell
run: |
cd ChromeDevExtWarningPatcher\bin\Release;
Compress-Archive -DestinationPath ChromeDevExtWarningPatcher.zip -Path ChromeDevExtWarningPatcher.exe,CommandLine.dll,Microsoft.Win32.TaskScheduler.dll;
Compress-Archive -DestinationPath ChromeDevExtWarningPatcher.zip -Path ChromeDevExtWarningPatcher.exe,CommandLine.dll,Microsoft.Win32.TaskScheduler.dll,DotNetZip.dll;
dir;
- uses: "Ceiridge/action-automatic-releases@master" # actually made by marvinpinto
Expand Down

0 comments on commit f865768

Please sign in to comment.