Skip to content

Commit

Permalink
include pdb in build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Aug 21, 2023
1 parent 0161c95 commit c4e7ebf
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 @@ -143,7 +143,7 @@ jobs:
- name: Zip Windows Artifacts
uses: vimtor/[email protected]
with:
files: geode-win/XInput9_1_0.dll geode-win/Geode.dll geode-win/GeodeUpdater.exe geode-win/Geode.lib
files: geode-win/XInput9_1_0.dll geode-win/Geode.dll geode-win/GeodeUpdater.exe geode-win/Geode.lib geode-win/Geode.pdb
dest: geode-${{ steps.ref.outputs.hash }}-win.zip

# TODO change in 2.0.0
Expand Down

0 comments on commit c4e7ebf

Please sign in to comment.