Skip to content

Commit

Permalink
set build-develop workflow to build config release
Browse files Browse the repository at this point in the history
using debug build config requires SDK to be installed
  • Loading branch information
LeoKle committed Mar 31, 2024
1 parent a4dbbab commit 594ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
DLL_NAME: vACDM.dll
BUILD_CONFIGURATION: Debug
BUILD_CONFIGURATION: Release
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Expand Down

0 comments on commit 594ffb7

Please sign in to comment.