Skip to content

Commit

Permalink
Attempts at fixing VS2019
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Aug 1, 2021
1 parent fb3308d commit 526c4a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@ jobs:
breakpad/src/tools/windows/converter_exe/Release/converter_exe.exe
breakpad/src/tools/windows/symupload/Release/symupload.exe
retention-days: 1

- name: Publish Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
breakpad/src/tools/windows/dump_syms/Release/dump_syms.exe
breakpad/src/tools/windows/converter_exe/Release/converter_exe.exe
breakpad/src/tools/windows/symupload/Release/symupload.exe

0 comments on commit 526c4a1

Please sign in to comment.