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 3, 2021
1 parent 00d2347 commit 7742191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildandrelease.yml
Expand Up @@ -62,8 +62,8 @@ jobs:
- name: Zip the builds
shell: powershell
run: |
cd ChromeDevExtWarningPatcher\bin\Release;
Compress-Archive -DestinationPath ChromeDevExtWarningPatcher.zip -Path ChromeDevExtWarningPatcher.exe,CommandLine.dll,Microsoft.Win32.TaskScheduler.dll,DotNetZip.dll;
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;
dir;
- uses: "Ceiridge/action-automatic-releases@master" # actually made by marvinpinto
Expand All @@ -74,4 +74,4 @@ jobs:
prerelease: true
title: "Prerelease Build"
files: |
ChromeDevExtWarningPatcher/bin/Release/ChromeDevExtWarningPatcher.zip
ChromeDevExtWarningPatcher/bin/Release/net5.0-windows/ChromeDevExtWarningPatcher.zip

0 comments on commit 7742191

Please sign in to comment.