Skip to content

Commit

Permalink
Added placeholder dll for non windows systems
Browse files Browse the repository at this point in the history
  • Loading branch information
18107 committed Sep 17, 2021
1 parent 5e26e4a commit fe06c08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
COMMIT_HASH: "${{ steps.version.outputs.hash }}"
shell: "powershell"
run: |
7z a PulsarPluginBootstrapper-${Env:BUILD_VERSION}-${Env:COMMIT_HASH}.zip README.md VERSION.md .\PulsarInjector\bin\Release\* -xr!'*.pdb' -mx=7
7z a PulsarPluginBootstrapper-${Env:BUILD_VERSION}-${Env:COMMIT_HASH}.zip README.md VERSION.md .\lib\System.Windows.Forms.dll .\PulsarInjector\bin\Release\* -xr!'*.pdb' -mx=7
7z a PulsarPluginLoader.dll-${Env:BUILD_VERSION}-${Env:COMMIT_HASH}.zip README.md VERSION.md .\PulsarPluginLoader\bin\Release\PulsarPluginLoader.dll -mx=7
- name: "Publish to GitHub Releases"
Expand Down
Binary file added lib/System.Windows.Forms.dll
Binary file not shown.

0 comments on commit fe06c08

Please sign in to comment.