Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRichter committed Nov 1, 2020
1 parent 2802c11 commit 50fa7ff
Showing 1 changed file 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 @@ -69,7 +69,7 @@ jobs:
shell: "powershell"
run: |
$COMMIT_HASH = $Env:GITHUB_SHA.Substring(0, 7)
7z a PulsarPluginBootstrapper-${Env:BUILD_VERSION}-${COMMIT_HASH}.zip README.md VERSION.md .\PulsarInjector\bin\Release\* -xr!*.pdb -mx=7
7z a PulsarPluginBootstrapper-${Env:BUILD_VERSION}-${COMMIT_HASH}.zip README.md VERSION.md .\PulsarInjector\bin\Release\* -xr!'*.pdb' -mx=7
7z a PulsarPluginLoader.dll-${Env:BUILD_VERSION}-${COMMIT_HASH}.zip README.md VERSION.md .\PulsarPluginLoader\bin\Release\PulsarPluginLoader.dll -mx=7
- name: "Publish to GitHub Releases"
Expand Down

0 comments on commit 50fa7ff

Please sign in to comment.