Skip to content

Commit

Permalink
workflow: Separate symbol files post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
nosoop committed Jun 30, 2021
1 parent ce62fb5 commit 2630d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-default-branch-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: |
mkdir build
cd build
python3 ../configure.py --sdks=present --sm-path="${{ github.workspace }}/sourcemod" --mms_path="${{ github.workspace }}/mmsource"
python3 ../configure.py --sdks=present --sm-path="${{ github.workspace }}/sourcemod" --mms_path="${{ github.workspace }}/mmsource" --symbol-files
ambuild
- name: Build Package (Windows)
Expand Down

0 comments on commit 2630d26

Please sign in to comment.