Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
add pdb export for geode action
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter authored Apr 10, 2024
1 parent 9eb12fb commit ec4029c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-geode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
submodules: recursive

- name: Build the mod
uses: geode-sdk/build-geode-mod@main
uses: prevter/build-geode-mod@main
with:
combine: true
ccache-variant: ''
export-pdb: true
build-config: RelWithDebInfo
configure-args: "-DBUILD_STANDALONE=OFF"
target: ${{ matrix.config.target }}

Expand All @@ -39,7 +41,7 @@ jobs:
needs: ['build']

steps:
- uses: geode-sdk/build-geode-mod/combine@main
- uses: prevter/build-geode-mod/combine@main
id: build

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ec4029c

Please sign in to comment.